My development have developed active directory administration website c# .net 4.0 which uses pass through authantication, meaning the current user loged in will be able to use the application without entering the user name and the password.
development team has used system.directoryservice.accountmanagment
When they run the code in visual studio they will be able to login using impersonating the current user they will be able to, for example List group groups in active directory (depending on user right)
When i try to host the same code in iis 7.5 its is not able to list the users or the groups but the user is able to login using impersonation even administrator is logged IN.
vinayrs
0 Points
2 Posts
can any one Help Fix problem in iis7.5 impersonation
May 24, 2012 10:34 AM|LINK
Hi Guys,
My development have developed active directory administration website c# .net 4.0 which uses pass through authantication, meaning the current user loged in will be able to use the application without entering the user name and the password.
development team has used system.directoryservice.accountmanagment
in the web.config they are using
<authentication mode="Windows" >
<identity impersonate="true" userName="" password="" />
When they run the code in visual studio they will be able to login using impersonating the current user they will be able to, for example List group groups in active directory (depending on user right)
When i try to host the same code in iis 7.5 its is not able to list the users or the groups but the user is able to login using impersonation even administrator is logged IN.
iis 7.5 configuration
i have
enabled asp.net impersonation
enabled Windows Authentication For the site.
please Can any one help me to fix this
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: can any one Help Fix problem in iis7.5 impersonation
May 24, 2012 01:15 PM|LINK
I would think this type of question is better answered by the experts at the IIS Forums since this is outside the scope of asp.net. Forums.iis.net