Every time I paste a new dll version of my project and request my website, it takes about 3 minutes for the request to return the page. What should I do?
I am using asp.net webforms.
Every time I paste a new dll version of my project and request my
Share
Yes, every time there is an update happening in the bin folder, the application restarts and the worker process compiles the pages again.