Sitefinity Upgrade 5.3 - 5.4 Error Message Server side.

Posted by Community Admin on 04-Aug-2018 11:34

Sitefinity Upgrade 5.3 - 5.4 Error Message Server side.

All Replies

Posted by Community Admin on 01-Mar-2013 00:00

We are currently upgrading from 5.1 - 5.4 in stages. 5.2 and 5.3 worked fine after a few fixes.

 

Now trying to move to 5.4 from 5.3 and we get this message:

 

Server Error in '/' Application.Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

 

Any help would be appreciated.

Posted by Community Admin on 01-Mar-2013 00:00

Hi Laurence,

It would help if you let us know what the real error is?
Just turn off the custom errors, or view the site on the local machine e.g. server.

Kind regards,
Daniel

This thread is closed