.net web application became very slow on debugging

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KUTTAN
    New Member
    • Mar 2007
    • 33

    .net web application became very slow on debugging

    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


    :(
    Last edited by Plater; Jun 3 '08, 08:40 PM. Reason: URL link
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Originally posted by KUTTAN
    My .net web application became very slow on debugging
    (it was working fine)



    I have installed the exe described in the post
    http://weblogs.asp.net/scottgu/archive/2007/08/21/public-hotfix-patch-available-for-vs-2005-f5-debugging-performance-issue-with-asp-net.aspx
    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


    :(
    After you have debugges set debug=false in the web config. HTH.

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Hmm, I have noticed that being in debug mode slows down my computer considerably, but nothing more then maybe an extra second is added to the loading time.
      Is your application very large?

      Comment

      Working...