|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
.asp files not working on iss
hay
i am running a windows 2000 server with iis installed and i am trying to learn ASP i have made a .asp file and put it in my wwwroot folder but when i go //servername/test.asp i get The page cannot be found HTTP 404 - File not found but if i got to //servername/test.html (test.html is a nother file i made to test the html ) it works so i think there is a problem with my iis but here is the .asp page i am using <%@ LANGUAGE="VBSCRIPT" %> <!--- You should get ---> <!--- current system date and time ---> <HTML> <HEAD> <TITLE>ASP Test Page</TITLE> </HEAD> <BODY> Today's date and time is <%=Now()%>. </BODY> </HTML> i got it from a web site and they sead it should work. thanks Jason Barnes |
|
#2
|
|||
|
|||
|
Your page should work. Are you sure you didn't make a mistake with the file name?
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
|||
|
|||
|
you must start IIS to do so go to Control Paned -- administrative tools -- Internet Information Services. A little window will pop up. Then find default website, right click and press start
|
|
#4
|
|||
|
|||
|
oh yeah don't put the = sign to
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > .asp files not working on iss |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|