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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -