|
I got my testing server working with client side material (html docs) but when I tryed to run an asp document, I get this error and I dont know what to do considering I dont know much about setting a server, let alone IIS.
--------------------------
Server Error in Application "CPT"
--------------------------------------...
HTTP Error 404.3 - Not Found
Description: The page you are requesting cannot be served because of the Multipurpose Internet Mail Extensions (MIME) map policy that is configured on the Web server. The page you requested has a file name extension that is not recognized, and is not allowed.
Error Code: 0x80070032
Notification: ExecuteRequestHandler
Module: StaticFileModule
Requested URL: http://localhost:80/contactus.asp
Physical Path: C:\inetpub\wwwroot\contactus.asp
Logon User: Anonymous
Logon Method: Anonymous
Handler: StaticFile
Most likely causes:
It is possible that a handler mapping is missing. By def
How do you get rid of a 404.3 Error in IIS?
Yeah, you've got to set up the handler for asp pages. I think it's just asp.dll. It's on the Home Directory tab. Then click on "Configuration" and make sure you have .asp mapped to the asp.dll file.
How do you get rid of a 404.3 Error in IIS?
You need to enable the use of .asp
How do you get rid of a 404.3 Error in IIS?
I think you have missed something like ASP.NET, have you installed that yet ?
How do you get rid of a 404.3 Error in IIS?
Since you're not too savvy yet, there's a guide you can use to set up ASP.
Enjoy,
http://www.visualwin.com/ASP/
|