I am trying to write an ASP.NET application. I want to access a SQL server database. The way I did this in the old asp was to change the anonymous user account from iusr_machine to a domain userid/service account. I then give this account access to the sql server database. How can I tell my ASP.NET app to use the anonymous user id set up in IIS? It keeps wanting to use ASPNET.