The NT AUTHORITY/NETWORK SERVICE database user is part of the IIS Worker Process Group. In the SQL Server Login Properties not only click on add "ASPNET" to add this user as a Login for the selected database. You'll also have to give rights to the "NT AUTHORITY/NETWORK SERVICE" user, which was the user that your ASP.NET web application tried to use to access your database ..
Referenced here...
http://www.experts-exchang
Have a look At this threads too..
http://support.instantasp.
http://www.sharepointu.com
Main Topics
Browse All Topics





by: shankshankPosted on 2006-04-17 at 14:28:44ID: 16472796
It is a separete account. When you choose your update services properties, and goto the logon account, choose THIS ACCOUNT and put in NT AUTHORITY\NetworkService and the appropriate password.
I have mine set as a domain administrator, i think because we had a problem using the network service account