A
ad
I want to set integrated Secure in my connect string to SQL Server
I set the connect string as:
workstation id=xxx;packet size=4096;integrated security=SSPI;initial
catalog=vvv;persist security info=False
and I have execute sp_grantlogin 'ServerName\ASPNET' in Sql Query Analyzer
But when I execute my web application, it result an error at line:
¦bsqlDataAdapter1.Fill(dataset1);
The error message is 'NT AUTHORITY\NETWORK SERVICE'
How can I solve this problem?
I set the connect string as:
workstation id=xxx;packet size=4096;integrated security=SSPI;initial
catalog=vvv;persist security info=False
and I have execute sp_grantlogin 'ServerName\ASPNET' in Sql Query Analyzer
But when I execute my web application, it result an error at line:
¦bsqlDataAdapter1.Fill(dataset1);
The error message is 'NT AUTHORITY\NETWORK SERVICE'
How can I solve this problem?