ASP using SQL Server with Integrated Security

Hello all,

I am new to classic ASP , i am basically a .NET developer. But i got a issue
to solve at work which relates to ASP.

We have a classic ASP app which has Sql server credentials in connection
string. Since this is not secure , we are thinking of making it as Integrated
security.

I would like to know how Integrated security actually works in classic ASP.
In ASP.NET , if we use Integrated security , we have to use impersonation ,
configure ASPNET user account in sql server.

what are steps we need to take to accomplish this task in classic ASP.

Please Help ..
Any help is appreciated.
Thanks
dallas_princess [ Fr, 01 September 2006 18:39 ] [ ID #1452696 ]

Re: ASP using SQL Server with Integrated Security

dallas_princess wrote:
> Hello all,
>
> I am new to classic ASP , i am basically a .NET developer. But i got
> a issue to solve at work which relates to ASP.
>
> We have a classic ASP app which has Sql server credentials in
> connection string. Since this is not secure , we are thinking of
> making it as Integrated security.
>
> I would like to know how Integrated security actually works in
> classic ASP. In ASP.NET , if we use Integrated security , we have to
> use impersonation , configure ASPNET user account in sql server.
>
> what are steps we need to take to accomplish this task in classic ASP.
>

Does this answer your question?
http://databases.aspfaq.com/database/what-should-my-connecti on-string-look-like.html
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
reb01501 [ Fr, 01 September 2006 18:55 ] [ ID #1452697 ]

Re: ASP using SQL Server with Integrated Security

You Bet !!

Thanks !

"Bob Barrows [MVP]" wrote:

> dallas_princess wrote:
> > Hello all,
> >
> > I am new to classic ASP , i am basically a .NET developer. But i got
> > a issue to solve at work which relates to ASP.
> >
> > We have a classic ASP app which has Sql server credentials in
> > connection string. Since this is not secure , we are thinking of
> > making it as Integrated security.
> >
> > I would like to know how Integrated security actually works in
> > classic ASP. In ASP.NET , if we use Integrated security , we have to
> > use impersonation , configure ASPNET user account in sql server.
> >
> > what are steps we need to take to accomplish this task in classic ASP.
> >
>
> Does this answer your question?
> http://databases.aspfaq.com/database/what-should-my-connecti on-string-look-like.html
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>
>
dallasprincess [ Fr, 01 September 2006 22:22 ] [ ID #1452698 ]
Webserver » microsoft.public.inetserver.asp.db » ASP using SQL Server with Integrated Security

Vorheriges Thema: Recordset not returning record
Nächstes Thema: Anyone have an example of a multi-level listbox?