Re: SQL server acess from ASP.NET
From: Eugene N Agafonov (gollum@zmail.ru)
Date: 09/13/02
- Next message: Som: "Re: Impersonation Problems"
- Previous message: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- In reply to: Mark Johnson: "Re: SQL server acess from ASP.NET"
- Next in thread: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Eugene N Agafonov" <gollum@zmail.ru> Date: Fri, 13 Sep 2002 09:20:49 +0400
Greetings!
"Mark Johnson" <private@nowhere.com> wrote in message
news:esPeBvpWCHA.3792@tkmsftngp11...
> Just to confirm... you have
>
> Unchecked the "Allow anonymous connections" box on Directory Security
> properties of the web site, right?
right, it is unchecked. I tried to check both digest authentification and
windows authentification,
and when i didnt work i unchecked digest, but it didnt wok still.
>
> And you're using a connection string something like the following:
>
> data source=(local);initial catalog=MyDB;integrated security=SSPI;
>
> (integrated security being the key here)
yes all is the same, except data source isnt local, it is my remote SQL
server
> And you've created a windows group in which your web users are members.
> And you've created an integrated login in SQL Server based on that group.
> And you've granted access from that login to the database (MyDB above).
This
> creates a user in MyDB.
> And you've granted permissions to database resources for the database user
> resulting from the previous step.
security model is the following: we have Win2K domain, and corresponding
domain
users have asll nessesary permissions to use SQL database.
Thanks for help, will be digging it more :)
WBR,
Eugene
- Next message: Som: "Re: Impersonation Problems"
- Previous message: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- In reply to: Mark Johnson: "Re: SQL server acess from ASP.NET"
- Next in thread: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|