Hi all ,
I am trying to connect to sql server via Windows Authentication but i cant.
My client server is workgroup machine. My site works on iis. SQL Server is on DMZ. i set a custom account (my account has full authority on sql server) on application pool identity. When i browse site , application pool stops and then i got 503 error.
My account's credentials are correct and account is valid , not expired. My account is domain account.
Why application pool stops and i cannot browse my site ?
My connection string is like below :
< add name="con" ConnectionString="Data Source=****\***;Initial Catalog=***;Integrated Security=SSPI;Enlist=False;Connect Timeout=60" />