windows authentication - IIS accessing resources via logged in user and NOT pool identity. How to enforce POOL Identity -
i have classic asp website following iis settings:
1. windows authentication enabled
2. impersonation disabled, anonymous , basic authentication
3. app pool .net 4.0, integrated pipeline custom process model identity. identityt given exclusive full access unc local , network shares, batch files etc
asp application
1. displays user information of user logging intot web application,
2. accesses above mentioned shares display reports,
3. creates reports calling dlls post asp file in web application (uing webrequest) , xml , write xml share.
issue facing above calls being made on behalf of application user instead of process model identity user in app pool. because of this, of requests throw permission denied or 401 errors.
question: how can configure web site calls made can on behalf of app pool user only?
Comments
Post a Comment