B
B N
Hi,
I have SQL Server running on Server "A" and .NET web pages at server "B".
I the ASP.NET page I am trying to use Window Inegrated Authentication. Here
is my connection string
connStr = "workstation id=""BCA218-01"";packet size=4096;integrated
security=SSPI;data source=A;persist security info=False;initial
catalog=Audit"
By default it is trying to authenticate using some default username (which
do not have access in the database). How do I change this default user to
some specific user?
thanks,
B
I have SQL Server running on Server "A" and .NET web pages at server "B".
I the ASP.NET page I am trying to use Window Inegrated Authentication. Here
is my connection string
connStr = "workstation id=""BCA218-01"";packet size=4096;integrated
security=SSPI;data source=A;persist security info=False;initial
catalog=Audit"
By default it is trying to authenticate using some default username (which
do not have access in the database). How do I change this default user to
some specific user?
thanks,
B