Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application pool being run as Local system
Message
De
22/03/2008 17:42:38
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01304488
Message ID:
01304628
Vues:
10
>The security risk is relative really.
>
>Prior to ASP.NET in classic ASP days or running typical ISAPI applications we always used to run in SYSTEM context because frequently the access to the local system was required.
>
>SYSTEM is less secure, but only if your machine is already compromised and assuming somebody has either hacked into your app to execute code.
>
>Basically my thought about this is if somebody's already there you have other things to worry about.
>
>Running in SYSTEM is often easier to do than explicitly adding rights to NETWOWRK SERVICE that might be required or more common using a special account that has the exact rights and ACL permissions needed.
>
>OTOH, ASP.NET apps have much less need to require elevated rights because most of the features that frequently required higher rights (say in Web Connection like COM activation and writing out configuration files for example) are handled internally via the .NET framework and covered by the Trust settings...
>
>Overall it's good to review whether switching to SYSTEM is necessary but unless you're not sure whether your app is secure on its own merit it's probably not something to lose sleep over.

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform