When accessing a WCF service through browser, you might have encountered following IIS error.
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.
This occurs due to a feature in IIS which is not turned on by default.
This issue can be solved through following steps.
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.
This occurs due to a feature in IIS which is not turned on by default.
This issue can be solved through following steps.
- From Control Panel -> Programs and Features -? Turn Windows features on or off.
- Click.NET Framework 4.6 Advanced Services - WCF Services (actual framework version may change)
- Select HTTP Activation
- Ok
No comments:
Post a Comment