Monday, January 9, 2012

Error While accessing the iis...HTTP Error 404.3 - Not Found


HTTP Error 404.3 - Not Found

The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

The IIS manager did not have a handler for *.svc. So I added a script handler to handle *.svc with aspnet_isapi.dll and I got a new error.

The requested content appears to be script and will not be served by the static file handler.

 It looks like the script maps for the .svc extension are not registered.
 You will need to run ServiceModelReg.exe -i from the "%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation" directory to register the script maps.

0 comments:

Post a Comment