ASP code not displayed on web browser

ASP code not displayed on web browser

am 24.12.2006 03:41:16 von 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.

Re: ASP code not displayed on web browser

am 24.12.2006 11:05:53 von exjxw.hannivoort

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" %>

Greetings
===========================

what do you see on your screen?



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