Wednesday, December 11, 2013

(Solved) Error: HTTP Error 404.3 - Not Found in IIS 7.5

Solution: 
  • Got to Control Panel -> Programs and Features -> Turn Windows features on or off
  • A popup window will be displayed
  • Navigate through the tree view Internet Information Services -> World Wide Web Services -> Application Development Features
  • Here check the ASP.NET , .NET Extensibility, ISAPI Extensions, ISAPI Filters checkboxes
  • Click OK
  • Go to Visual Studio Command prompt
  • Run the command : %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir

No comments:

Post a Comment