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?
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.
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.
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.
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?
you need http://our.umbraco.org/projects/backoffice-extensions/ugolive all settings are there to stop it appearing
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.
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.
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.
is working on a reply...