404.2 Error after installing .net 4.0

前端 未结 3 1258
猫巷女王i
猫巷女王i 2021-02-01 01:59

I have a project which I have upgraded to .Net 4.0, but when I try to access it, I retrieve the following error:

HTTP Error 404.2 - Not Found
The page you reques         


        
3条回答
  •  伪装坚强ぢ
    2021-02-01 02:30

    I had this same issue. Strangely, for me it would run in integrated mode but not in classic mode for .NET 4. After enabling the .NET 4 extensions via the Isapi and Cgi restrictions section in IIS 7, it then began working in both modes. The Isapi and Cgi restrictions section is located at the server level node in IIS manager. This option should not be confused with the Isapi Filters section at the site level.

提交回复
热议问题