Forum Moderators: open
I am setting up a little intranet for my company. The machine the server is on is a Windows 2k machine, and I am running IIS and the personal web manager.
I have it up and running, and I can open .htm and graphic files just fine, however It will not seem to execute ASP pages.
Can anyone clue me in as to what setting I have wrong?
Thanks.
At least, I assume the IIS you talking about is from add/remove programs and then windows componets.
I was fooling with some settings in the personal web manager. Is there a way in there to turn on/off the ability to run asp pages?
Is there a way for me to test to see if IIS is indeed running on my system?
<html>
<head><title>test</title>
</head>
<body>
<%=now()%>
</body></html>
call it asp and put it in the wwwroot folder. Then access it using [localhost...] This will take you to the wwwroot directory. Say you put the test.asp page directly in the wwwroot page then your path would be [localhost...]
You have to access your asp pages through localhost or a dns entry. You cannot just access them like a file. IIS needs to know that you need to fire off the asp.dll.
However, if i point it to an HTM file or a jpg or a gif, it loads just fine.
And it does this on other computers. My machines name is ED so on any amchie in the office i can type in ED in the explorer bar, and it will open the site. however, asp documents are just not getting executed.
Go through the procedure here :
Hope that helps.