I can't get past cptr 1
I have installed IIS 5.1
I have made a vitual folder like instructed in book page 34-37
I have made code and saved it in the C:\Inetpub\wwwroot\BEGASP folder the code looks like following:
<html>
<head>
<title> Teh punctual Web Server </title> </head>
<body>
<H1> Welcome</H1>
IN web server land the time is <% =Time %>
</body>
</html>
it is saved as:
C:\Inetpub\wwwroot\BEGASP\PunctualASP.asp
I open it IE it opens as:
Welcome
IN web server land the time is
I can't get the time to show.
I have
1. reinstalled IIS
2. checked permissions on virtual directorty
a. read
b. log visits
c. index the source
3.execute permissions
a. Scripts only
4.Application Protection
a. medium (pooled)
5. application Name
a, BEGASP
under directory security
I have enabled the default anonymous access
under asp.net tab I have asp.net version 2.0.5077 selected
please help me.
