Friday, March 8, 2013

Ektron makes you keep the RemoteOnly debugging setting.

Addendum: The following blog posting may not be true. Ektron wrote me over Twitter today with "@jaeschke Not from our side. I can't imagine why an app to break due to that. Is there an error you get when it's set to Off? #EktronSupport"

We are all used to making this line of the Web.config...

<customErrors mode="RemoteOnly" />

...look like so...

<customErrors mode="Off" />

...in the name of debugging. If you do this for an Ektron web site you will sabotage Ektron! You have to keep the RemoteOnly debugging setting and then test the site from within the server, perhaps by way of a remote desktop connection.

No comments:

Post a Comment