I am setting up accounts for a vendor intranet product. The following logins are created on my SQL server.MyDomain\WebServer1$NT AUTHORITY\NETWORK SERVICEOn the WebServer1 IIS management, the application pool identify of the product is "NetworkService".Please help me clarify two issues.1. If I understand it correctly, "NT AUTHORITY\NETWORK SERVICE" is an Local Service Account from the SQL Server itself. Since the product is not on the SQL server, "NT AUTHORITY\NETWORK SERVICE" login does not need to be be created. Is this right?2. The login "MyDomain\WebServer1$" is created for any sql request from the server WebServer1's Local Service account. Whether the application pool identify is "NetworkService" or "LocalSystem", this login will work. Am I right on this?Thanks.
↧