I am debugging an asp.net site in visual studio 2008. When I visit a website through a browser (with normal http: // localhost: 56789 ), the pages load too slowly. It almost looks like there is one socket / connection, loading all the necessary pages / scripts, etc. Sequentially.
If I publish the same site in a local folder and access it through regular IIS (Windows 7 / IIS 7.5), the pages load very quickly (as expected).
Is there a way to speed up page loading during debugging. Is there any parameter I need to change in visual studio?
source share