c# - ASP.NET Forms Authentication and Active Directory Impersonation -


i'm writing web application (in c#) need logon web page using different credentials user logged on locally windows. page executes process on web server executes user has logged web page. user logging web page authenticated against active directory. i've used windows authenication , asp.net impersonation launch processes on web server, , can create site uses forms authentication against ad, can't find article explains how run process impersonating user have logged on using forms authentication ad. whenever run give me error because it's trying run 'nt authority\iusr'. know of articles, or can give me code examples?

thanks in advance,

rich

take @ proecessstartinfo - can setup security etc. (if thread running impersonated can of necessary info system.threading.thread.currentthread /currentprincipal) , call preocess.start.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -