Sits with an interesting problem .. NET 4.5 is not supported on the server (the client did not mention this)
BUT the application is written using ASP.NET MVC 5 (which only works on .NET 4.5).
Thus, redefining a point network means downgrading ASP.NET MVC.
One of the many mistakes we get is
The type or namespace name "Mvc" does not exist in the namespace "System.Web"
I can only assume that this is due to the implementation of all Owin middleware in ASP.NET MVC 5.
Does anyone have experience removing these links and the capabilities of ASP.NET MVC 4?
Following Greg's suggestion below, I ran nuget, which uninstalled v5 and added in v4, but now all Owin things are a problem
source share