Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Adjust to disable "Debugging Not Enabled" messagebox?

Adjust to disable "Debugging Not Enabled" messagebox?

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdebuggingquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pedestrian797
    wrote on last edited by
    #1

    I'm using V.Studio 2005 to program ASP.NET 2.0 pages. For every first debug run of my app, a dialog box titled "Debugging Not Enabled" will show. It always has two options: 1. Modify the Web.config file to enable debugging 2. Run without debugging. (Equivalent to Ctrl+F5) I always have to select one of the option to continue with. Is there any setting I can adjust to eliminate this message box for all subsequent new ASP.NET pages? Thanks for your reply...

    Pedestrian, Penang.

    E 1 Reply Last reply
    0
    • P pedestrian797

      I'm using V.Studio 2005 to program ASP.NET 2.0 pages. For every first debug run of my app, a dialog box titled "Debugging Not Enabled" will show. It always has two options: 1. Modify the Web.config file to enable debugging 2. Run without debugging. (Equivalent to Ctrl+F5) I always have to select one of the option to continue with. Is there any setting I can adjust to eliminate this message box for all subsequent new ASP.NET pages? Thanks for your reply...

      Pedestrian, Penang.

      E Offline
      E Offline
      e laj
      wrote on last edited by
      #2

      First you may have to read this: from msdn. However VS automatically adds the debug=false to the compilation property in the web site project's web.config file. Hence you may have to change the VS template - to assign the value "true". Recall that you should set debug=false before deploying in order to remove all debugging information. VS template reference could be found in: Visual Studio Template Reference and you can find more articles on the web. Finally, there may be a very simple way to acomplish this - nothing that I know about. Best regards, elaj

      P 1 Reply Last reply
      0
      • E e laj

        First you may have to read this: from msdn. However VS automatically adds the debug=false to the compilation property in the web site project's web.config file. Hence you may have to change the VS template - to assign the value "true". Recall that you should set debug=false before deploying in order to remove all debugging information. VS template reference could be found in: Visual Studio Template Reference and you can find more articles on the web. Finally, there may be a very simple way to acomplish this - nothing that I know about. Best regards, elaj

        P Offline
        P Offline
        pedestrian797
        wrote on last edited by
        #3

        Elaj, thanks a lot for your valuable answer. :)

        Pedestrian, Penang.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups