Re: ASP.NET windows authentication
From: SriSamp (ssampath@sct.co.in)
Date: 03/20/03
- Next message: SriSamp: "Re: database size"
- Previous message: SriSamp: "Re: ASP.NET windows authentication"
- In reply to: rick: "ASP.NET windows authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "SriSamp" <ssampath@sct.co.in> Date: Thu, 20 Mar 2003 11:58:24 +0530
If your ASP.NET application is not doing anything based on the loggod-on
user (like changing the display for each user and so on), you can configure
your virtual folder for the ASP.NET application to use anonymous logon and
then configure an account for the same. This account can be made available
to SQL Server. In case this does not work out for you, try using the
"Application Roles" concept of SQL Server.
SriSamp
"rick" <rickpreddie@yahoo.com> wrote in message
news:041d01c2e7ec$07f378d0$2f01280a@phx.gbl...
> I would like to create a single login account for all of
> our intranet users to be able to browse and query an
> ASP.NET application residing on a SQL Server 2000 that
> uses windows authentication. How would I setup a scenario
> such as this?
>
> Thx!!
>
> Rick
- Next message: SriSamp: "Re: database size"
- Previous message: SriSamp: "Re: ASP.NET windows authentication"
- In reply to: rick: "ASP.NET windows authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|