I have IIS 5 running on my local computer. I can get .htm files of any type to load in my browser but it won't load ASP files.
It was working earlier but not now.
Software Installed:
I have IIS 5.1 installed, all of the security measures are taken, I have MDAC 2.8 installed on a windows XP Professional OS. (I also have PHP 4.3.4 installed as well, access database and trying to set up a mySql database but it is installed.)
Problem:
I have the HTML pages showing up in the Internet Explorer browser with no problem but when I click on the link to enter the shopping cart it will not let me go into it. The browser will hang about half way through. I have no idea what is going on? I have checked the security settings and there was a problem with them to start but that has been fixed. What are the proper setting for the security settings? I can get iisstart.asp to show up by going to
it will not read. It will hang. Can someone please help me? The shopping cart is already on the Internet and it works but I cannot get it to work locally. You can see the shopping cart at
A little background of me:
I have extensive programming knowledge in languages other than ASP including: C++, JavaScripting/ CSS/ HTML/ XHTML, beginner PHP, and some C++ variant languages dealing in touch panel interfaces. I am definitely a beginner with any knowledge with databases, IIS and ASP.
When I go into my local root folder I can right click on the localstart.asp and open with Internet Explorer and it will bring the webpage up in Internet Explorer however if I right click on myaspshoppingcart.asp and do the same it brings up the ASP codes in the browser.
I have discovered the answer to my problems. There was a conflict between the AV Software (NAV 2003) and IIS (5.1). You have to do the following in this order.
1. Uninstall your AV software - reboot
2. Uninstall IIS - Reboot
3. Reisntall IIS - Reboot
4. Reinstall your AV software
Now IIS won't open either HTM or ASP files. If I open INETMGR and expand down to Default websites, It says- default websites (stopped). If I right click and click start, I get an error 0x8ffe2740.
It states In IIS Manager, change the port bindings for the Web site to a port other than port 80.
Stop the application that is using port 80, and then start the Web site from IIS Manager. I don't know much about ports. How would I do this?
That link you gave me , after downloading and installing, told me that Kazza was using port 80. I removed Kazza and now I'm getting HTM files but an asp file generates a "page cannot be displayed" Background:
You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed.
The ASP program runs on the server for a user called IUSR_<yourservername>. This user has limited access rights. Your program is in a folder without script executing rights, or your program contains instructions that conflicts with access rights.
Start with a "hello world" test program in C:\INETPUB\
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.