-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: LovedJohnySmith
Message 6 in Discussion

Hey Folks!     Your answers are all 100% correct, but If you start a process 
from ASP.NET using System.Diagonistics.Process.Start method. Process might 
start in the background (you can even see it in task manager),  but you cant 
see it in the desktop. 
This will happen because of two reasons. 1. By default, ASP.NET runs its worker 
process (Aspnet_wp.exe) with a weak account (the local machine account, which 
is named ASPNET) which don't have permission to interact with desktop. 2. By 
default, IIS Admin Service won't allow its application to interact with 
desktop.   To Resolve this egree, These are steps that needs to be followed,
 1. Give permission for ASP.NET worker process account (<localmachine>\ASPNET) 
to interact with desktop or allow ASP.NET worker process to run in SYSTEM 
account.
 
             To know how to allow worker process to run in SYSTEM account and 
to know the default permissions of ASPNET account, check this article
              INFO: Process and Request Identity in ASP.NET 
(http://support.microsoft.com/default.aspx?scid=kb;en-us;317012)
 
2. Enable IIS Admin Service to interact with desktop
 
             To configure this, follow this steps.
 
             i. Open Control Panel and follow these steps: 
                           For Windows NT: click Services. 
                           For Windows 2000, Windows XP, and .NET Server: click 
Administrative Tools, and then click Services.              ii. Double-click 
IIS Admin Service.              iii. On the Log On tab, select the Allow 
Service to Interact with Desktop check box.
                 Note: This article assumes that the IIS Admin Service runs as 
a local system.
 
             iv. Stop and restart the IIS Admin Service.      Thanx, Smith

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to