IIS 7.0 – HTTP Error
If you’re an .ASP.Net developer or a network administrator, you might encounter this common issue:
“IIS 7.0 – HTTP Error 404.17 – Not Found – Static File Handler.”
While configuring IIS on a local machine yesterday, I encountered an error that prevented me from managing all handlers, although I could remove a few after extensive troubleshooting.
After 3–4 hours of research and development, I discovered that IIS must be registered using a specific command from the command prompt.
Steps to Resolve IIS 7.0 – HTTP Error:
Follow these steps to resolve the IIS configuration error:
- Login as Administrator or open Command Prompt as Administrator.
- Execute the command:
"%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe –i"
- Verify that the error has been resolved.
I hope you find this information useful. For more details, please visit our site Concept Infoway.