Connecting to SQL server using different NT domain credentials
Tuesday, August 21st, 2007ASP.NET has a nice Impersonation feature that allows server-based web applications to use alternate credentials to perform network activities. Unfortunately, it does not extend into Windows “thick” clients; until now.
My scenario was to read an Excel file from a local and/or shared folder with one set of credentials, and then a Sql Server with a […]