Process Identity

From: Helen Warn (hwarn@shaw.ca)
Date: 10/31/02


From: "Helen Warn" <hwarn@shaw.ca>
Date: Wed, 30 Oct 2002 19:08:01 -0800


I have an asp.net web application that always seems to run under my system
admin account, no matter what user is logged on, and no matter what I put in
the processModel of the machine.config file. The Web App is running with
anonymous logins only.

In my machine.config file I have under the processModel element:

    userName="SYSTEM"
    password="AutoGenerate"

For impersonate I have:
<identity impersonate="false" userName="" password="">

In my web.config file, I do not have an identity element.

Does anyone know what I need to change to have the web app run under a
different account (short of adding an identity element to the web.config
file)?

Thanks

Helen



Relevant Pages