Reputation: 1071
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.
Upvotes: 0
Views: 123
Reputation: 11
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.
Upvotes: 0