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.

HOSTNAMESQLEXPRESS (or another instance name)

Category:ASP.Net Category:MsSQL Category:Microsoft