Assembly binding logging is turned OFF error will be displayed when you attempt to install a ASP.NET application on the server. This error will also occur if you upload files containing third party components such as Telerik ASP.NET Control Suite.
Following error will be displayed on the screen if you upload files containing Telerik RadMenu control.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly ‘RadMenu.Net2’ or one of its dependencies. The system cannot find the file specified.
Source Error
Line 1: <%@ Register Assembly=”RadMenu.Net2″ Namespace=”Telerik.WebControls” TagPrefix=”radM” %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd“>
Assembly Load Trace: The following information can be helpful to determine why the assembly ‘RadMenu.Net2’ could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Resolution
In order to fix the above error, you need to make the domain or relevant folder as an ASP.NET application using the control panel provided by your web hosting provider.
If your control panel doesn’t provide any option to make your site/folder an ASP.NET application then you need to contact your provider and submit a support ticket.
SO SIMPLE, SO EASY, yet spending the whole day to find this answer, THANKYOU very much sir