blob: 178a66f59421d3e66ae42d31f3a863adb9d77d76 (
plain)
1 Note to Self:Connecting ASP.Net to SQL
2 ======================================
3 :author: Aaron Ball
4 :email: nullspoon@iohq.net
5
6 *Note to self:* When connecting your back-end code for ASP.Net to a SQL Server
7 instance, always remember to include the SQL instance name in the connection
8 string.
9
10 HOSTNAMESQLEXPRESS (or another instance name)
11
12
13 Category:ASP.Net
14 Category:MsSQL
15 Category:Microsoft
16
17
18 // vim: set syntax=asciidoc:
|