Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 24th, 2006, 02:45 AM
LetMeDoIt
Guest
 
Posts: n/a
Default ASP code not displayed on web browser

Greetings,
I just installed ASP and enabled the Web Server Extensions and still
cannot get any ASP code to execute.

I added some html code to test and all html code is executed fine, but
once the asp section is reached, blank is displayed below the html
code. I then scaled back and created a Hello World with asp code with
still no results. I turned every one on that server, and am running
out of ideas.

Any suggestions would be greatly appreciated.

regards.

  #2  
Old December 24th, 2006, 10:15 AM
Evertjan.
Guest
 
Posts: n/a
Default Re: ASP code not displayed on web browser

LetMeDoIt wrote on 24 dec 2006 in microsoft.public.inetserver.asp.general:
Quote:
Greetings,
I just installed ASP and enabled the Web Server Extensions and still
cannot get any ASP code to execute.
>
I added some html code to test and all html code is executed fine, but
once the asp section is reached, blank is displayed below the html
code. I then scaled back and created a Hello World with asp code with
still no results. I turned every one on that server, and am running
out of ideas.
You will have to call the page on your browser as

http://localhost/test.asp

and NOT as a file in the MS-Windows file system:

C:/test.asp

Try this file:

======= test.asp ==========
<% = "Hello world" %>
<br>Greetings
===========================

what do you see on your screen?



--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles