Impersonation
From: Viorel Ghilas (vghilas_at_hotmail.com)
Date: 02/24/05
- Next message: Andy G: "SSL on specific page"
- Previous message: Andy Fish: "Re: Browser Back button problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 24 Feb 2005 17:59:32 +0200
Hi all
I have webserver that share common services and i set in web config
<identity impersonate="true" /> and on IIS I set specific user account that
will be used. The main problem that when the IIS start applicaton and
execute the methods from Global.asax.cs it use ASPNET account but not my,
after that it switch to impersonate account. But in my situation I use WSE2
where I need to check password in UsernameTokenManager for that I need to
connect to DB, but I use SSPI connection (with user from impersonate) that
fail. How to solve this problem, I need trusted connection that use my user
from IIS. I need only one user everywhere, how to do that in
UsernameTokenManager.AuthenticateToken(UsernameToken token) to use
impersonate account ?
with best reagrd
Viorel
- Next message: Andy G: "SSL on specific page"
- Previous message: Andy Fish: "Re: Browser Back button problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]