Impersonation in ASP.net 1.1 on IIS 5.0

This is a discussion on "Impersonation in ASP.net 1.1 on IIS 5.0" within the ASP.NET Forum section. This forum, and the thread "Impersonation in ASP.net 1.1 on IIS 5.0 are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 30th, 2007, 12:42
New Member
Join Date: May 2007
Location: Hyderabad
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

Reply

Tags
impersonation

Thread Tools

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

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


All times are GMT. The time now is 22:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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