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!
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can use server=tcp:hostname
in your connection string to achieve this.
For more details, see How to use the server name parameter in a connection string to specify the client network library