Help with ASP server calls

Help with ASP server calls

am 30.01.2005 18:02:14 von Marek Krzeminski

I am new to ASP and I am having some problems that I hope someone can help
me with.

I am using WindowsXP and a book to try to learn ASP.

The book instructed me to install IIS & .Net Framework v1.1 (which I did)

In the book they gave me the following code:




The Punctual Web Server

Welcome


In WebServerLand the time is currently:




which I saved under the name "test.aspx" in my "C:\Inetpub\wwwroot"
directory.

When I open http://localhost/test.aspx in internet explorer, I only see:

Welcome
In WebServerLand the time is currently:



For some reason the server side code does not execute.

How can I fix this problem? I'm guessing that there is a setup step that I
am missing somewhere.

Help!

Re: Help with ASP server calls

am 30.01.2005 19:12:11 von McKirahan

"Marek Krzeminski" wrote in message
news:yq8Ld.1341$E45.1256@fe51.usenetserver.com...
> I am new to ASP and I am having some problems that I hope someone can help
> me with.
>
> I am using WindowsXP and a book to try to learn ASP.
>
> The book instructed me to install IIS & .Net Framework v1.1 (which I did)
>
> In the book they gave me the following code:
>
>
>
>
> The Punctual Web Server
>
>

Welcome


> In WebServerLand the time is currently:
>
>
>
>
> which I saved under the name "test.aspx" in my "C:\Inetpub\wwwroot"
> directory.
>
> When I open http://localhost/test.aspx in internet explorer, I only see:
>
> Welcome
> In WebServerLand the time is currently:
>
>
>
> For some reason the server side code does not execute.
>
> How can I fix this problem? I'm guessing that there is a setup step that
I
> am missing somewhere.
>
> Help!


http://www.aspfaq.com/5003