Go Back   Velocity Reviews > General Computer Discussion > Software
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
Old 05-30-2007, 01:34 PM   #1
Default Impersonation in ASP.net 1.1 on IIS 5.0


Hi,

I am logging as Helpdesk Agent into my web apllication(AD/NTPasswordReset), But Helpdesk Agent does not have User's password reset previligies on Active Directory or NT Domain Controller. Only Active Directory Admin on Windows 2000 can reset the Active Directory / Windows NT Domain USER password. So The HELPDESK AGENT needs to impersonate Active Directory ADMIN to reset AD/NT USER password.

Active Directory is on Windows 2000
Windows NT manchine used as PDC
ASP.NET 1.1, IIS 5.0, C#, SQL Server 2000.

Authentication is BASIC

I want configure the IIS or Web.config, so that HELPDESK AGENT can be able to impersonate Active Directory ADMINISTRATOR.

I add <identity impersonate = true /> element in web.config

I want to directly config that in IIS without using username and password attributes in Identity element.

if not possible please help me with how do we encrypt the username and password in identity element in web config.

<identity impersonate = "true"
userName = "ADRemoteDomainServerNamer\Administrator"
password = "password"/>

Please help us with this problem

-Sitaram


sitaramig
sitaramig is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
viewstate MAC failed in asp.net 2.0 while postback the page azraffarveen Software 0 05-12-2009 03:24 PM
.NET 2.0 Web Apps / .NET 3.5 ASP.NET Apps - Differences/Similariti london1919 MCTS 1 12-08-2008 03:16 PM
ASP.NET: Asign Users in Roles(Array.IndexOf(Of String) method) msandlana Software 0 04-25-2008 06:37 AM
IIS seetings for impersonation with basic authenticaion and Anonymous access sitaramig Software 0 06-03-2007 07:48 AM
ASP.NET 2.0 application does not run in WIN2k3 johnfraj Software 0 04-19-2007 08:27 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46