|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IIS problems
I'e installed IIS 5 on my W2K and i have created a html file which consits of:
<HTML> <HEAD><TITLE>Show Time</TITLE></HEAD> <BODY> At the tone, the time will be: <%=TIME()%> </BODY> </HTML> it is in the wwwroot folder and i open it with IE no errors why wont the time be displayed? do i need to configure IIS to accept ASP? |
|
#2
|
||||
|
||||
|
ASP code isn't processed within .html or .htm files, you need to rename the file extension to .asp for the ASP code to be processed.
|
|
#3
|
|||
|
|||
|
And also you need to call the pages from within the http://localhost address
|
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > IIS problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|