Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP page needs to connect to an SQL under a different user context

Status
Not open for further replies.
Apr 27, 1999
705
0
0
US
Hello,

I have an ASP page that used to connect to an SQL database with an SQL login.
For security purposes, they have disabled the SQL logins and now they are requiring a domain login.

Now I can't run an query with the SQL login. Is there a way I can spoof a domain\username to the SQL database from an ASP page?

Thanks ahead?
fengshui1998
 
I don't think there is any way to "spoof" a domain\user with ASP, at least... I hope there's not a way.

IIS has a domain\username that it uses for permissions. This is the domain\username that is passed to SQL Server when you use windows authentication.

-George
Microsoft SQL Server MVP
My Blogs
SQLCop
twitter
"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top