G
Guest
I continously get "SQL server does not exist or access denied error" when
trying to access SQL server from a web page (aspx) using windows
authentication.
I use the following connection string:
cn = New SqlConnection("integrated security=SSPI;persist security
info=False;data Source=StageServer;initial catalog=StageDatabase;")
I am login in with a admin account that has access to the SQL server as
well. Also checked the service account and that too has the permission to the
database.
If anyone can please help what can be the cause of this problem as the SQL
authentication is working ok.
Thanks
trying to access SQL server from a web page (aspx) using windows
authentication.
I use the following connection string:
cn = New SqlConnection("integrated security=SSPI;persist security
info=False;data Source=StageServer;initial catalog=StageDatabase;")
I am login in with a admin account that has access to the SQL server as
well. Also checked the service account and that too has the permission to the
database.
If anyone can please help what can be the cause of this problem as the SQL
authentication is working ok.
Thanks