My .net web application became very slow on debugging
(it was working fine)
I have installed the exe described in the post
But it did not help me, what can I do?
The control hits the break point in
Application_Sta rt() by 40 seconds.
But the control reaches
Sub Page_Init() by another 3 minutes.
Totally it takes around 4 minutes while debugging my application.
(But when I publish the application and running it,it is fine ruuning as expected)
I have developed the application purely in VisualStudio 2005
:(
(it was working fine)
I have installed the exe described in the post
But it did not help me, what can I do?
The control hits the break point in
Application_Sta rt() by 40 seconds.
But the control reaches
Sub Page_Init() by another 3 minutes.
Totally it takes around 4 minutes while debugging my application.
(But when I publish the application and running it,it is fine ruuning as expected)
I have developed the application purely in VisualStudio 2005
:(
Comment