Login failed for user 'NT INSTANS\NETWORK SERVICE'
Hi everybody!
I´ve got a problem trying to connect to my SQL Server. This is when I'm trying to access account.aspx or admindefault.aspx from login.aspx. I'm getting the following error:
Login failed for user 'NT INSTANS\NETWORK SERVICE'
I know that I can't grant access for this account in SQL Server, but how do I get rid of it in my application? I'm not using this account in my web.config! So, where do the application get this user from?
|