Hi,
Recently we migrated our servers from IIS 6.0 to IIS 7.5. After migration our impersonation code has stopped working and its throwing "Access Denied" error. Our applications are intranet applications and access shares for file uploads.
For a logged user to access these shares they need impersonation. This worked well with IIS 6.0 but not in IIS 7.5. I know that ASP.Net impersonation is disabled in IIS 7.5 by default. I would like to know the exact steps to configure IIS 7.5 for ASP.Net impersonation such that my impersonation code works.
Is it possible to enable impersonation at site level?
Note: In my impersonation code we are passing windows credentials domain/username & password
Please help us
Thanks
M_T