Configuration Error
Last Post 04/06/2016 7:04 AM by Joseph Craig. 1 Replies.
Author Messages
Robin Hogg
Nuke Newbie
Nuke Newbie
Posts:2


--
04/05/2016 5:30 PM  
Hi
A client of mine has moved their DNN website from one server to a new server. DNN Ver 4.09.05.
On the new server they are now getting the following error: -
**************************
Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The browser or gateway element with ID 'Safari1Plus' cannot be found.

Source Error:


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.

Source File: F:\Domains\CFAC23\wrph.co.za\wwwroot\App_Browsers\OceanAppleWebKit.browser Line: 35

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34280
*************************

From a technician on site, when they browse the site from the local network
Please find a detailed description of the error message below: -

*************************
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The browser or gateway element with ID 'Safari1Plus' cannot be found.

Source Error:

Line 33: <!-- http://www.sunrisebrowser.com/en/-->
Line 34: <!-- Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.7 (KHTML, like Gecko) SunriseBrowser/0.895 -->
Line 35:
Line 36:
Line 37:


Source File: F:\Domains\CFAC23\wrph.co.za\wwwroot\App_Browsers\OceanAppleWebKit.browser Line: 35
*************************

What needs to be done to resolve this error?

Thanks
Robin
Joseph Craig
DNN MVP
Posts:11667


--
04/06/2016 7:04 AM  
The moved site is running ASP.NET 4. I think that this will run if you switch the App Pool for the site to run as ASP.NET 3.

I suspect that there are things that you may be able to edit in the referenced files, such as changing Safari1Plus to WebKit as suggested here: http://stackoverflow.com/questions/...t-be-found

But, I'd just switch the App Pool to the older version of ASP.NET, assuming it is either available or installed.

Joe Craig, Patapsco Research Group
Complete DNN Support


---