asp.net web-config error

前端 未结 3 1812
夕颜
夕颜 2021-01-21 19:22

I have still problem with asp.net project. In Visual studio when i start debug it is all good and page working but, when i try it on iis7 showse this error.

SHOW ERROR:

相关标签:
3条回答
  • 2021-01-21 19:37

    Change your application pool to be compatible with .NET 4.0.

    click to edit

    Open IIS then click on an application pool on the list and modify it to use .NET Framework 4.0.

    0 讨论(0)
  • 2021-01-21 19:55

    Change the .NET version on the Application pool for your website. It must be .NET 4.0, not the .NET 2.0 View a List of Application Pools (IIS 7)

    0 讨论(0)
  • 2021-01-21 19:57

    Ensure the application pool is set to use .NET 4.0.

    0 讨论(0)
提交回复
热议问题