Re: Connecting to SQL Server with "NT AUTHORITY\SYSTEM" instead of "[COMPUTER]\ASPNET"?

From: bruce barker (nospam_brubar@safeco.com)
Date: 11/18/02


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?
>
>



Relevant Pages