I like seeing where users come from when
they reach my site. From that data I can see what google
search terms are used. One of the more frequent search terms is "SQL Trusted Connections",
a method of connecting to Microsoft SQL from your program without having to hard code a
username and password (obviously bad). A quick search shows very little web resources on
how to perform this in asp.net, so in order to add my own thoughts to the fray
I documented it.