1. The page you requested cannot be provided due to an extended configuration issue. If the page is a script, add a handler
Error:
HTTP error 404.3-not Found The page you requested is not available due to an extended configuration issue. If the page is a script, add a handler. If you should download the file, add a MIME map.
Windows 8 System, the following error message appears when you run the ASPX page, and the workaround is as follows:
IIS7: Control Panel-turn on or turn off Windows features-Internet Information Services-Web services-application development features, tick ". NET extensibility" and "ASP.", and after saving, restart the IIS server.
IIS8: Control Panel-"Open or close Windows Features-" Internet Information Services-"Web services-" application development features, tick ". NET Extensibility3.5" and other options with. NET, after saving, restart the IIS server.
IIS does not check these options when it is installed by default.
2. IIS7.5 under 500.19 error
Workaround: http://jingyan.baidu.com/article/67508eb4dc11e79cca1ce41b.html
3. The associated DLL file is not loaded
Cause: Each Web application only recognized the bin in its own directory, and if you were to move hard, only one result went wrong.
VS 2015 problems and workarounds encountered in the process of publishing Web sites with newly configured IIS?