Forum Moderators: open
First time writing to the board, sorry if I hit the wrong category.
I just put up a Win2K server running IIS 5.0.
Now, I'm pretty sure that I got all the settings right with my Virtual Directories and stuff. But for some reason, on any of my asp pages, its not executing the script - it just skips right over it.
Can anyone help me find the switch that I forgot to flip? Thanks a bunch.
Jeff
I created a sample page to test the ASP.
It prints one very simple ASP line:
<% response.write("Hello") %>
That line does not show up. I have a regular HTML line above and below that ASP line and they show up fine, which leads me to believe that the Server is not executing the ASP code.
I have check the user rights, and "Everyone" has read and execute rights to the directory that the website is in.
If all is okay and you are running antivirus, try disabling it and reload your page. Curious if that makes a difference.