Impersonation vs. delegation
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have an asp.net application that is using integrated and basic authentication. My application runs on a remote server on the lan and accesses a database on a share elsewhere on the lan. I am having trouble with allowing my asp.net application to get access to teh database. I have impersonation set to true in my web.config file. I am wondering if I need to use delegation to pass the credentials of the user of the asp.net app to the database or will this work with impersonation and I am doing something incorrectly. Thanks in advance Frank