ASP code not displayed on web browser

L

LetMeDoIt

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.
 
E

Evertjan.

LetMeDoIt wrote on 24 dec 2006 in microsoft.public.inetserver.asp.general:
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top