Impersonate Issue Aspnet_setreg.exe IN FRAMEWORK 1.03705
From: Mike (anonymous_at_discussions.microsoft.com)
Date: 02/12/04
- Next message: Patrick Steele [MVP]: "Re: Simple way to write out a string on printer"
- Previous message: Tim Mulholland: "Re: DllImport into C#"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 12 Feb 2004 10:06:11 -0800
I have found a way to impersonate a user by doing this in the web.config.
<identity impersonate="true" userName="myDoamin\Mikej" password="password" />
But now I want to encrypt this. So I found this article, http://support.microsoft.com/default.aspx?scid=kb;en-us;329290
Which describes it very nicely.
But when I follow the steps I get this error:
Could not create Windows user token from the credentials specified in the config file. Error from the operating system 'Logon failure: unknown user name or bad password. '
DOES ANYONE KNOW IF THIS TOOL Aspnet_setreg.exe CAN WORK WITH FRAMEWORK 1.0?
THANKS
MIKE
- Next message: Patrick Steele [MVP]: "Re: Simple way to write out a string on printer"
- Previous message: Tim Mulholland: "Re: DllImport into C#"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|