I have a webservice set up that is suppose to access sql server and return a dataset, however, i keep getting the error message below:
"Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <local machine>]"
The same code works fine in a windows application. The connection string contains the username and password and i even have <identity impersonate="true"/> listed in the web.config file.
Can anyone help me get around this??
I read about adding ASP.NET as a user in enterprise manager but i have no idea on how to do this.
Thanks
"Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <local machine>]"
The same code works fine in a windows application. The connection string contains the username and password and i even have <identity impersonate="true"/> listed in the web.config file.
Can anyone help me get around this??
I read about adding ASP.NET as a user in enterprise manager but i have no idea on how to do this.
Thanks