Ask a Question related to ASP.NET Security, Design and Development.
-
Rathtap #1
Impersonation or Delegation?
A client makes a request that executes a stored procedure in SQL
Server. That stored procedure attempts to read a file on the web
server but fails because SQL Server does not have the correct security
token.
What do I need to do to allow SQL Server to access a file/folder?
Rathtap Guest
-
ASP.NET Impersonation / delegation
you are on the right track. ntlm will not delegate even if your security team allowed delegation, only digest allows delegation. on win2k you... -
ASP.NET Impersonation & Delegation
I have read various articles regarding explaining ASP.Net security model. I have one simple question regarding Delegation that i can't seemed to... -
Impersonation, Delegation & SQL Server
I bailed on this before and just went to Basic Authentication and told the users they would have to live with signing on again.... but now I need to... -
Impersonation/Delegation security considerations
I'm having trouble finding specific documentation regarding the negative impact of using delegation in a Windows 2000 environment. I've read... -
Impersonation and delegation
I've read many messages and even more technotes, but I still can't get the following scenario to work: I have a Windows 2003 web server and a...



Reply With Quote

