Hi,
I recently added integrated windows authentication (stopped allowing anonymous access) to my asp.net application. It seems to work ok, but database access is exceedingly slow -- the DBA has decided not to allow integrated windows authentication, so instead I use sql server authentication and pass the credentials for the single user to the database.
Any ideas what's happening here?
Thanks for any help.
Windows authentication and database performance
Started by Richmord, Jun 25 2007 12:24 PM
1 reply to this topic
#1
Posted 25 June 2007 - 12:24 PM
|
|
|
#2
Posted 16 July 2007 - 06:50 AM
Try looking into how the sql server authentication works. There should be a few different ways you can accomplish your task.
My bet, it that one of the other methods would be faster.
My bet, it that one of the other methods would be faster.
Everything in Life can be solved with an 'If/Else' statement.
Life is like one big try/catch statement, nested within a loop.
-Will
[SIGPIC][/SIGPIC]
Life is like one big try/catch statement, nested within a loop.
-Will
[SIGPIC][/SIGPIC]


Sign In
Create Account

Back to top









