Running ASP and ASP.NET on IIS5.1 [modified]
-
Okay, before you accuse me of saying that I should have looked around better let me say that I already have ASP.NET working perfectly, no problems with ASP.NET pages. However, I'm trying to get a plain old ASP site to come up on the same server to no avail. I have confirmed that I have the asp.dll file, and I have registered it. I can display a simple index.htm from this folder, so IIS can actually see this folder. Any suggestions?
Last modified: Saturday, July 15, 2006 1:11:55 PM --
-
Okay, before you accuse me of saying that I should have looked around better let me say that I already have ASP.NET working perfectly, no problems with ASP.NET pages. However, I'm trying to get a plain old ASP site to come up on the same server to no avail. I have confirmed that I have the asp.dll file, and I have registered it. I can display a simple index.htm from this folder, so IIS can actually see this folder. Any suggestions?
Last modified: Saturday, July 15, 2006 1:11:55 PM --
If you have Norton Antivirus installed on your machine, you may have to disable "Script blocking". Otherwise ASP doesn't work. Kind regards - Jakob :cool: ********************************************* Three kinds of people in the world: - Those who can count.. - Those who can't! 10 kinds of people in the world: - Those who understand binary - Those who don't
-
If you have Norton Antivirus installed on your machine, you may have to disable "Script blocking". Otherwise ASP doesn't work. Kind regards - Jakob :cool: ********************************************* Three kinds of people in the world: - Those who can count.. - Those who can't! 10 kinds of people in the world: - Those who understand binary - Those who don't
I thought you were on to something there. However, I killed NAV and still no go. I was just hoping to be able to view the ASP page (which I didn't write) while I rewrote what I saw in .NET. Instead, I opted just to read the source and go from there. Just not worth the headache. Thanks anyway.