Hi,
I have started running the profiler tool in VS to see the bottlenecks in my code.
In the debug mode, before I actually get to doing something, there are about 30 requests to read the connection string from the registry. There is a variety of reasons for storing the connection string in the registry and this can't be modified.
My question is how does VS deal with caching of the connectiong string? What is being cached? How often and why? Is there a way to modify caching settings?
Thank you