i have a database driven website written in asp.net. i\'d like to modify the connection string to force protocol TCP. Please advise. Thanks!
You can use server=tcp:hostname in your connection string to achieve this.
server=tcp:hostname
For more details, see How to use the server name parameter in a connection string to specify the client network library