Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Collin 42 posts 62 karma points
    Nov 07, 2011 @ 10:27
    Collin
    0

    Disable asp.net stack traces

    For one of our Umbraco server I configured Umbraco that it shouldn't display debug information or stack traces. I also changed the settings in for IIS below "error pages "that it shouldn't display stack traces.

    However the Umbraco instance still shows stack traces, but normally this should be enough to stop IIS from showing stack traces. Am I missing something?

  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Nov 07, 2011 @ 12:18
    Ismail Mayat
    0

    you need http://our.umbraco.org/projects/backoffice-extensions/ugolive all settings are there to stop it appearing

  • Collin 42 posts 62 karma points
    Nov 10, 2011 @ 11:56
    Collin
    0

    Just installed the package, however I don't see it appear anywhere in the UI of Umbraco. Which it does on our development server, just not on the server that will go live. Any ideas what is going on?

    Also I noticed that I cannot re enable a functionality after uGoLive has disabled it. Not nice, as there are situations where I need to temporaly enable trace mode to see what is going wrong on a site.

  • Matt Barlow | jacker.io 164 posts 740 karma points c-trib
    Nov 10, 2011 @ 12:47
    Matt Barlow | jacker.io
    0

    Agreed would be good to be able to reverse the changes that uGoLive makes from the dashboard, not sure how relevant this would be for the install directory. Most of the other stuff it changes seems to be web.config settings, trace, umbracoDebugMode etc.. can always go in and reset them manually on a temporary basis.

    The package when installed should add a new tab to the developer section called uGoLiveCheckList.

  • Collin 42 posts 62 karma points
    Nov 11, 2011 @ 09:03
    Collin
    0

    I had an exchange with the developer on twitter about this and with him pointing out what should be available where I noticed that the plugin wasn't installed at all on the server. Umbraco reported a succesful install, but on the filesystem none of the folders and files were available. So something is preventing a correct installation on this particular server.

    With monitoring the web.config of the dev server I figured out that I needed to set the element trace (of system.web) in the web.config to false. And set customErrors to mode RemoteOnly or On (also part of system.web in the web.config).

    I also talked about the lack of support for resetting what uGoLive has changed. The developer said that this isn't the intention of the tool, as it is meant to prep your system for a live deployment. Completely understandably position, as such I just suggested some help documentation where you can look up what is changed and where. Should also suffice if you are trying to enable certain options again.

Please Sign in or register to post replies

Write your reply to:

Draft