P
Paul
Hi
My web page is accessing a SQL DB to display some data. It works fine using
login/password security on the sql server database, but I'm trying to use
WIndows authenication and I get the message
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection.
My Connectionstring
connectionstring = "packet size=4096;integrated security=SSPI" _
& ";data source=" & theserver.Text & ";persist security info=false;initial
catalog=msdb"
My IIS server project has anonymous login and integrated windows
authenication checked.
Thanks
Paul
My web page is accessing a SQL DB to display some data. It works fine using
login/password security on the sql server database, but I'm trying to use
WIndows authenication and I get the message
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection.
My Connectionstring
connectionstring = "packet size=4096;integrated security=SSPI" _
& ";data source=" & theserver.Text & ";persist security info=false;initial
catalog=msdb"
My IIS server project has anonymous login and integrated windows
authenication checked.
Thanks
Paul