Re: Connecting to SQL Server with "NT AUTHORITY\SYSTEM" instead of "[COMPUTER]\ASPNET"?
From: bruce barker (nospam_brubar@safeco.com)
Date: 11/18/02
- Next message: Larry Hastings: "Re: Connecting to SQL Server with "NT AUTHORITY\SYSTEM" instead of "[COMPUTER]\ASPNET"?"
- Previous message: Terry: "Re: security for an ASP web site"
- In reply to: Luther Miller: "Connecting to SQL Server with "NT AUTHORITY\SYSTEM" instead of "[COMPUTER]\ASPNET"?"
- Next in thread: Larry Hastings: "Re: Connecting to SQL Server with "NT AUTHORITY\SYSTEM" instead of "[COMPUTER]\ASPNET"?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "bruce barker" <nospam_brubar@safeco.com> Date: Mon, 18 Nov 2002 10:16:36 -0800
in your machine.config in the <processModel> section set userName="machine"
instead of userName="SYSTEM".
-- bruce (sqlwork.com)
"Luther Miller" <luther@nowhere.invalid> wrote in message
news:uKnJ91yjCHA.3752@tkmsftngp08...
> Using SQL Server integrated security, ASP.NET is connecting to the
database
> as "NT AUTHORITY\SYSTEM" when I was expecting it to connect as
> "[COMPUTER]\ASPNET". How can I resolve this problem, so it connects as
> ASPNET instead?
>
>
- Next message: Larry Hastings: "Re: Connecting to SQL Server with "NT AUTHORITY\SYSTEM" instead of "[COMPUTER]\ASPNET"?"
- Previous message: Terry: "Re: security for an ASP web site"
- In reply to: Luther Miller: "Connecting to SQL Server with "NT AUTHORITY\SYSTEM" instead of "[COMPUTER]\ASPNET"?"
- Next in thread: Larry Hastings: "Re: Connecting to SQL Server with "NT AUTHORITY\SYSTEM" instead of "[COMPUTER]\ASPNET"?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|