I'm developing using Visual Web Developer and want to have a web page that shows the contents of a table. I get the error message when testing the connection through database explorer "Login failed for user ''. The user is not associated with a trusted SQL Server connection".
The database is located on a server running IIS and has SQL Server Express installed.
u may need to change the connection string to something like
Server=ServerAddress;Database=DataBase;User ID=Username;Password=Password;Trusted_Connection=False
No comments:
Post a Comment