Monday, December 14, 2009

Note to self: Connecting ASP.Net to SQL

Note to self:
When connecting your back-end code for ASP.Net to a SQL Server instance, always remember to include the SQL instance name in the connection string.

HOSTNAME\SQLEXPRESS (or another instance name)

No comments:

Post a Comment