I have created a web application on Visual Studio 2013 Update 1 with MVC5 ASP.NET. The application is using Identity Authentication. I have tried to launch it on the server in a .netV4.0 Application pool but it keeps giving me an error. I had read in this post that it doesnt matter if your app points to 4.5 and you run it in a 4.0 application pool. But as stated in one of the comments in the post by Gene Reddick my async calls fail as well. My main questions now are:
- if I will need to upgrade the .net version in my server
- How it might affect other applications and,
- how to go about installing the new version in the server to be used by a particular application pool, if not in the normal way
Prompt Answers will be highly appreciated.