A
Andy
I'm a newbie and would like some help with impersonation...
I am trying to eliminate the grey box that pops up when using Windows
Basic Authentication. My questions are as follows:
1. Is it advisable to use forms authentication and then use the
details provided to impersonate that user?
2. In my tests, I manage to impersonate on the first page, but when it
redirects to the next page, it reverts back to ASPNET Account. What is
a good solution to maintain the same effect as using Windows
Authentication between pages?
3. If I try and use impersonation for every page request, I have to
somehow maintain username and password between pages for the user I
wish to impersonate. Is there any mechanism that gets around this?
Your help will be greatly appreciated.
Thanks
Andy
I am trying to eliminate the grey box that pops up when using Windows
Basic Authentication. My questions are as follows:
1. Is it advisable to use forms authentication and then use the
details provided to impersonate that user?
2. In my tests, I manage to impersonate on the first page, but when it
redirects to the next page, it reverts back to ASPNET Account. What is
a good solution to maintain the same effect as using Windows
Authentication between pages?
3. If I try and use impersonation for every page request, I have to
somehow maintain username and password between pages for the user I
wish to impersonate. Is there any mechanism that gets around this?
Your help will be greatly appreciated.
Thanks
Andy