Asp
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I think... - to avoid security mishaps - to avoid delay in service (i.e. what if a local account is logged off, service will have to shut down with it) - to impose security constraints and limitations on resource access Good Day; fadee !! ------------------- Therez No Place like ... 127.0.0.1
-
In fact, the ASPNET account is created during installation of the .Net framework, and it is used to run the ASP.NET application worker process (aspnet_wp.exe). For more information on the ASPNET account you can read some documents below: aspnet_account_readme.doc[^] ASP.NET Process Identity[^]