Re: Using Sql Server 2000 Username/Password/Roles with ASP.Net 2.0 ?
- From: "Cowboy \(Gregory A. Beamer\)" <NoSpamMgbworld@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 24 Nov 2006 17:22:51 -0600
You can use full SQL Server security, but realistically, you have to have domain users to do it. In these cases, use impersonation and allow the windows identity to pass through.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
********************************************
Think outside the box!
********************************************
"Luqman" <pearlsoft@xxxxxxxxxxxx> wrote in message news:%23Aa9b4AEHHA.4952@xxxxxxxxxxxxxxxxxxxxxxx
I want to use Sql Server Roles, Sql Server Logins/Passwords with ASP.Net
2.0, instead of saving One username/password in Connectionstring of
Web.Config, is it possible ?
I don't want to save the Username/Password in Connectionstring of Web.config.
Further, I need forms Authentication as my users are on Internet and not on my Local Windows Domain.
Any example will be highly appreciated ?
If the sql Server user has the particular role, he can access that table
data other wise not.
Best Regards,
Luqman
.
- References:
- Prev by Date: Re: A good book...
- Next by Date: Re: DataReader Already Open
- Previous by thread: Using Sql Server 2000 Username/Password/Roles with ASP.Net 2.0 ?
- Next by thread: DetailsView - Index out of range error ...
- Index(es):
Relevant Pages
|