Running an application command line with different credentials
runas /user:Administrator program.exeEnabling ASP.NET to run as another user on Windows XP Professional
As an Administrator, edit the attributes of the file"%INSTALLROOT%\Config\machine.config" 'on the processModel tag, as shown:
<processModel
enable="true"
userName="DOMAIN\username"
password="MyPswd2"
...
/ >