Using ASPNET_SETREG.exe
From: HBrothers (please_at_dont.send.email)
Date: 01/29/04
- Next message: Memi Lavi: "Re: Change user's group in ASP.NET"
- Previous message: Charlie Nilsson [MSFT]: "RE: HttpWebRequest and 401"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 29 Jan 2004 11:36:08 -0700
Can this utility be used for an impersonated user in Web.Config?
I've used it to create the appropriate userName and password keys in the
registry and put the settings in Web.Config like this:
<identity impersonate="true"
userName="registry:HKLM\SOFTWARE\...\ASPNET_SETREG,userName"
password="registry:HKLM\SOFTWARE\...\ASPNET_SETREG,password"
/>
However, I keep getting errors saying that the password or userName could
not be read from the registry. I've made sure that the ASPNET account on
the server (Win 2003) has permissions to read the specific key. Is there
anything else I need to do?
Thanks,
-- Hardin
- Next message: Memi Lavi: "Re: Change user's group in ASP.NET"
- Previous message: Charlie Nilsson [MSFT]: "RE: HttpWebRequest and 401"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|