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. Web.Config and debugging

Web.Config and debugging

Scheduled Pinned Locked Moved ASP.NET
questioncsharpdebugging
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.
  • J Offline
    J Offline
    J 0
    wrote on last edited by
    #1

    I have created a web service, and a coworker has created an installation package for it using InstallShield. I have just realized that I forgot to change the Web.config file to set debug to false before he made the installation package. It is currently set to

    compilation defaultLanguage="c#" debug="true"/

    My question is, if I manually edit the Web.config file for this web service to set it to the following value after it has already been deployed, will it still execute with all the debugging overhead and resources?

    compilation defaultLanguage="c#" debug="false"/

    Do I have to bother my coworker to put another build together after I change the Web.config file? Thanks for your time.

    C 1 Reply Last reply
    0
    • J J 0

      I have created a web service, and a coworker has created an installation package for it using InstallShield. I have just realized that I forgot to change the Web.config file to set debug to false before he made the installation package. It is currently set to

      compilation defaultLanguage="c#" debug="true"/

      My question is, if I manually edit the Web.config file for this web service to set it to the following value after it has already been deployed, will it still execute with all the debugging overhead and resources?

      compilation defaultLanguage="c#" debug="false"/

      Do I have to bother my coworker to put another build together after I change the Web.config file? Thanks for your time.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      No, the point of config files is that you can deploy an exe and change things about it, by just changing the config file. The exe reads the config files.

      Christian Graus Driven to the arms of OSX by Vista.

      J 1 Reply Last reply
      0
      • C Christian Graus

        No, the point of config files is that you can deploy an exe and change things about it, by just changing the config file. The exe reads the config files.

        Christian Graus Driven to the arms of OSX by Vista.

        J Offline
        J Offline
        J 0
        wrote on last edited by
        #3

        Thanks for the quick response.

        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