I've an issue while running asp on IIS7.0 with application pool identity set with domain user. I need a piece of code to run under browser client id(LOGON_USER variable) and remaining code under application pool identity. Can some one please help me how to setup IIS for this scenario?
I've a logonpage which needs to get details from LDAP. Since its running under Application pool idenity. its fetching details for application pool identity rather than user details. Can some one advice me how I need to configure IIS7.0 to retireve client details still running under application pool identity set to domain user