Recurring Error Page - Server Error in '/' Application.
Hi,
In my first day of a new job I have had this error page meaning our site is down, and I cannot access the CMS as well - it fixed itself, and now is back.
Can anyone help? Developer said speak to Umbraco, Umbraco say speak to someone else...pulling hair out on this one! Any help appreciated.
This error usually points at a missing global.asax file. Do you have one in the root of your site? If not, figure out from web.config which version you're running (umbracoConfigurationStatus), download the version from https://our.umbraco.org/contribute/releases/ and copy the global.asax from there into your site's root.
Recurring Error Page - Server Error in '/' Application.
Hi,
In my first day of a new job I have had this error page meaning our site is down, and I cannot access the CMS as well - it fixed itself, and now is back.
Can anyone help? Developer said speak to Umbraco, Umbraco say speak to someone else...pulling hair out on this one! Any help appreciated.
Many thanks,
This error usually points at a missing
global.asax
file. Do you have one in the root of your site? If not, figure out fromweb.config
which version you're running (umbracoConfigurationStatus
), download the version from https://our.umbraco.org/contribute/releases/ and copy the global.asax from there into your site's root.is working on a reply...