Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run ASP.NET 2.0 as parent and 4.0 as sub-folder
Message
From
17/04/2014 11:27:37
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01598753
Message ID:
01598755
Views:
29
Yes.. but you'll need to run them using .Net 2.0 App pool, which doesn't provide the same safety considerations as 4.0.

With 2.0, all web apps run in the same pool, so if one crashes, it can bring down all the other web apps. Under 4.0 app pool, each app can run in its own app pool.

>Do you know if it is possible to run two application in the same site where the application that runs in main/parent folder is compiled in .NET 2.0 or in sub-folder in .NET 4.0?
>
>For example:
>MainSiteName - ASP.NET 2.0
>MainSiteName\SubApp - ASP.NET 4.0
>
>So the user can start the 2.0 application as MainSite\Main20Page.aspx and can start 2.0 application as MainSite\SubApp\Main40Page.aspx?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform