Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run ASP.NET 2.0 as parent and 4.0 as sub-folder
Message
De
17/04/2014 11:27:37
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01598753
Message ID:
01598755
Vues:
30
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform