문제

I am trying to deploy an MVC application to a server with the correct versions of .NET installed, the application pool has been set to .NET 4 but the error says .NET 2

Have a look at the screen shots below, maybe you can point me in the right direction

enter image description here

and

enter image description here

도움이 되었습니까?

해결책

The server probably does not have the 4.5 framework installed. Both 4.0 and 4.5 MVC applications will run under the 4.0 app bool but if your application is complied against 4.5 you will need that installed on the target server.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top