The options I've found so far I don't like:
1. Impersonation - sql server permissions would be granted to this single
account.
2. Granting rights to the ASP.NET user account on our SQL Server - sql
server permissions would be granted to this account.
In both cases, we could pass the name as a parameter so we can audit the
activity, but we'd really like our sql server security to be based on our
windows logins - not the rights of some other account like the impersonated
account or the ASP.NET account.
Suggestions? Thanks in advance!
Mark
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com
"Mark" <mfi...@idonotlikespam.cce.umn.edu> wrote in message
news:uzFNDlNw...@tk2msftngp13.phx.gbl...
<authentication mode="Windows" />
<identity impersonate="true" userName="domain\username"
password="password"/>
Thanks Steve.
Mark
"Steve C. Orr [MVP, MCSD]" <St...@Orr.net> wrote in message
news:%23ADjpwN...@TK2MSFTNGP12.phx.gbl...
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com
"Mark" <field027...@umn.edu> wrote in message
news:e$o0DzOwD...@TK2MSFTNGP12.phx.gbl...
"Steve C. Orr [MVP, MCSD]" <St...@Orr.net> wrote in message
news:ud9a4vPw...@TK2MSFTNGP09.phx.gbl...