asp.net web-config error

前端 未结 3 1814
夕颜
夕颜 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: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)

提交回复
热议问题