G
Greg Bacchus
Hi,
I need to log onto my SQL database using Windows Authentication from my
ASP.NET page. I have it working so that IIS requires Windows Authentication
and the Thread.CurrentPrincipal.Identity is comming through correctly, but
it doesn't seem to use that Identity in the SqlConnection (using integrated
security=sspi)... which seems odd to me.
Anyone have any ideas on how to do this?
Cheers,
Greg
I need to log onto my SQL database using Windows Authentication from my
ASP.NET page. I have it working so that IIS requires Windows Authentication
and the Thread.CurrentPrincipal.Identity is comming through correctly, but
it doesn't seem to use that Identity in the SqlConnection (using integrated
security=sspi)... which seems odd to me.
Anyone have any ideas on how to do this?
Cheers,
Greg