1. I am running in full trust mode according to my web.config.
<
trust level="Full" />
in the <system.web> section so I do have health monitoring enabled. Although When I do disable it I get a different configuration error.
Server Error in '/sitefinity' 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: Could not load file or assembly 'Telerik.Cms' or one of its dependencies. The system cannot find the file specified. (C:\HostingSpaces\avidlabs\avidlaser.com\wwwroot\web.config line 145)
Source Error:
Line 143: <httpModules>
Line 144: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 145: <add name="Cms" type="Telerik.Cms.Web.CmsHttpModule, Telerik.Cms" />Line 146: <!-- Http Module for extension mappings in Library module.-->
Line 147: <!--<add name="LibraryModule" type="Telerik.Libraries.LibraryHttpModule, Telerik.Libraries"/>-->
|
Source File: C:\HostingSpaces\avidlabs\avidlaser.com\wwwroot\web.config Line: 145
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
-------------------------------------------------------------
I reloaded everything and checked it twice. (maybe three times)
especially the bin file. I did however enable health monitoring since I am in full trust mode and now I am back after deleting everything and re-ftp'ing everything right back to my original spot.
With this error:
Server Error in '/sitefinity' 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: Could not load file or assembly 'Telerik.Framework' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 166: </eventMappings>
Line 167: <providers>
Line 168: <add name="Simple Web Event Provider" type="Telerik.Utilities.TextFileWebEventProvider,Telerik.Framework" logFileName="~/App_Data/sitefinity.log" />Line 169: <add name="Simple Web Buffered Event Provider" type="Telerik.Utilities.BufferedTextFileWebEventProvider,Telerik.Framework" bufferMode="Notification" logFileName="~/App_Data/sitefinity.log" />
Line 170: <add name="Code Benchmark Provider" type="Telerik.Utilities.CodeBenchmarkTextFileProvider,Telerik.Framework" enabled="False" logFileName="~/App_Data/performance.log" />
|
Source File: C:\HostingSpaces\avidlabs\avidlaser.com\wwwroot\web.config Line: 168
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Telerik.Framework' 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].
|
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
Like I said I have checked the bin file over and over and watched the transfer over to Softsys cause I decided to start over, and walked through every failed transfer file Filezila reported and come back to this error. Runs fine locally but I am shared hostedly challenged. Please assist!