Tuesday 15 September 2015

Can I run an ASP.NET 3.5 application on a server with ASP.NET 4.0 installed without any problems? -


Can I run a asp.net 3.5 application on an ASP.NET 4.0 server without a problem? I am hosting a large number of websites on the Goddard server with ASP.NET 2.0 / 3.0 / 3.5. However, my latest application requires 4.0 to run If I upgrade the server to 4.0, will all my sites break?

Your 4.0 application needs its own 4.0 application pools, you will not be able to break your other sites. Actually there are no "upgraded" servers, you are just installing Framework 4.0.

No comments:

Post a Comment