Jump to content

error 404.3 in ASP and IIS 7


mona

Recommended Posts

look that's what I get when i run the asp fileServer Error in Application "Default Web Site"--------------------------------------------------------------------------------HTTP Error 404.3 - Not FoundDescription: 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/MyWeb/test1.asp Physical Path: C:\inetpub\wwwroot\MyWeb\test1.asp Logon User: Anonymous Logon Method: Anonymous Handler: StaticFile and there is 404.3 error go to this link and you'll see:http://support.microsoft.com/kb/943891/en-...80070032%2c6000

Link to comment
Share on other sites

That is an IIS-specific error then. This is what the error message says:

The page you requested has a file name extension that is not recognized, and is not allowed.

It means that the server isn't set up to serve .asp files. This is the page that the Microsoft article links to about it:http://support.microsoft.com/kb/942032/You will want the first resolution, not the second. If you can't figure out the last step do a Google search on configuring ASP handlers in IIS7.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...