Process Identity
From: Helen Warn (hwarn@shaw.ca)
Date: 10/31/02
- Next message: Ed leNoir: "Re: How do I give ASP.NET process network credentials?"
- Previous message: Mike Moore [MS]: "RE: Problem setting authentication modes on files under a virtual directory"
- Next in thread: Ed leNoir: "Re: Process Identity"
- Reply: Ed leNoir: "Re: Process Identity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Ed leNoir: "Re: How do I give ASP.NET process network credentials?"
- Previous message: Mike Moore [MS]: "RE: Problem setting authentication modes on files under a virtual directory"
- Next in thread: Ed leNoir: "Re: Process Identity"
- Reply: Ed leNoir: "Re: Process Identity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|