简体   繁体   中英

Turning off “server explorer” in vs2019

My vs2019 keeps hanging due to the "server explorer" connections which don't have usernames/passwords in them. I don't want to store the u/p in the web.config, so server explorer tries to connect, then finally times out.

I can delete those connections from server explorer, but they show up again when the project is rebuilt. I cannot figure out a way to disable this.

I'm facing the same issue. My current workaround is to set "Connection Timeout=1;" in all connection strings from web.config/s. It doesn't fix problem itself but lowers freeze duration.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM