I have an ASP.NET Web application hosted in IIS. Application is running under LocalSystem account. Application is trying to connect to a database on SQL Server with Integrated Security=True
. I have added the machine account to sql server and also made it sysadmin. I have provided access to the specified database. Still I am getting error: Failed to open the explicitly specified database.
Please help.