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 06-03-2007, 07:48 AM   #1
Default IIS seetings for impersonation with basic authenticaion and Anonymous access


I am creating a PasswordReset App for Active Directory users on Windows 2000(on one Domain A) and Windows NT users (another Domain B) using ASP.NET and C#. I am utilizing ActiveDirectory and windows Authentication mode with Basic authentication and Impersonation is true. I want to configure my IIS with out coding the user name and password at IDENTTY element in Web.config and only impersonate=true in identity element.

Problem:
----------------------------

I want to configure my IIS with out coding the user name and password at IDENTTY element in Web.config and only with impersonate=true in identity elementt, so that when ever Helpdesk Agent clicks on ResetPassword button, the helpdesk agent should impersonate the Active Directory ADMINISTRATOR account (for Active directory users) or NTADMINISTRATOR account (for NT users).

Is NTFS is helps to resolve this issue or some thing which I need concentrate?

In Web.config

<Authentication Mode=”Windows” />
<identity impersonate =”true” />

In website directory Security tab of Website properties.

Check ANONYMOUS
Check BASIC authentication under Authenticated Access section



Environment:
----------------------------

I am developing with Framework 1.1, Windows 2000, Windows NT, C#, IIS 5.0 and SQL Server 2000.
The AD users are coming from AD on a Windows 2000 Server and NT users are coming from NT Primary Domain Controller on Windows NT.

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

Please help with this
-Sitarami


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




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