ASP.NET application worker process
My configuration: Windows Server 2003, SQL Server 2000 SP4
My default ASP.NET application worker process is currently NT AUTHORITY\NETWORK SERVICE
I was trying to add that default user above to the SQL Server but I can't find it on the list of available names? Any insight on this?
Otherwise, can you tell me where I can change the default ASP.NET application worker process? I can see ASPNET user on the SQL Server login list, so if I can't find NETWORK SERVICE, I'll just use ASPNET.
[527 byte] By [
alphaoide] at [2007-11-11 7:38:14]

# 1 Re: ASP.NET application worker process
The NetworkService account is a local machine account for Windows 2003 Server. Is your SQL Server running on a Windows 2000 machine (which uses ASPNET instead)?
# 2 Re: ASP.NET application worker process
I'm on Windows Server 2003.
Turned out I could add NT AUTHORITY\NETWORK SERVICE into SQL Server logins even though it's not listed as available name.
Also, if someone needs to change ASP.NET application worker process, you can go to properties of Application Pool in IIS Manager.