Could notunable to load typee 'System.Runtime.CompilerServices.IAsyncStateMachine' fromassembly'

upgraded to 5.1 getting error: Could not load file or assembly 'Microsoft.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf' or one of its dependencies. The system cannot find th
upgraded to 5.1 getting error: Could not load file or assembly 'Microsoft.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf' or one of its dependencies. The system cannot find th
The forums are in read-only mode. In case that you want to directly contact the Progress Sitefinity team use . In our
you can find more than one thousand Sitefinity developers discussing different topics. For the
don&t forget to use the &Sitefinity& tag.
1 answered
here is the full text:
Server Error in '/' Application.
Could not load file or assembly 'Microsoft.Http,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf' or
one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
Exception Details: System.IO.FileNotFoundException:
Could not load file or assembly 'Microsoft.Http, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=31bf' or one of its
dependencies. The system cannot find the file specified.
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Assembly Load Trace: The following information can be
helpful to determine why the assembly 'Microsoft.Http, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=31bf' 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].
Stack Trace:
[FileNotFoundException: Could not load file or assembly 'Microsoft.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf' or one of its dependencies. The system cannot find the file specified.]
DynamicModule.ns.Wrapped_OpenAccessMetaDataProvider_4ca4e99bb23b7cdafe403.Initialize(String providerName, NameValueCollection config, Type managerType) +197
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, Type providerType, ExceptionPolicyName policy, ManagerBase`1 manager) +1250
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, ExceptionPolicyName policy, ManagerBase`1 manager) +63
Telerik.Sitefinity.Data.ManagerBase`1.SetProvider(String providerName, String transactionName) +296
Telerik.Sitefinity.Data.ManagerBase`1..ctor(String providerName, String transactionName) +123
Telerik.Sitefinity.Data.Metadata.MetadataManager..ctor() +12
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache) +98
System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache) +241
System.Activator.CreateInstance() +103
Telerik.Sitefinity.Data.ManagerBase`1.GetManager(String providerName, String transactionName) +80
Telerik.Sitefinity.Services.SystemManager.Initialize() +134
Telerik.Sitefinity.Abstractions.Bootstrapper.RegisterRoutes() +621
Telerik.Sitefinity.Abstractions.Bootstrapper.Bootstrap() +281
Telerik.Sitefinity.Web.SitefinityHttpModule.Init(HttpApplication context) +116
System.Web.Routing.UrlRoutingModule.System.Web.IHttpModule.Init(HttpApplication application) +10
System.Web.HttpApplication.InitModulesCommon() +172
System.Web.HttpApplication.InitModules() +43
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +828
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +304
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +107
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +327
Version Information:&Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.
Stefani Tacheva
The first reason of the problem might be that you reference to another module/control& that has been built using the old .dll files.
You should delete the references of your controls / modules /& and add the new ones from the bin folder of your SitefinityWebApp project. After that you have to build your custom modules / or controls /,& delete the old references from the SitefinityWebApp project and add the newly built dlls of your updated modules and controls. Finally you have to build the entire solution and the problem should be fixed.
The second reason of the problem might be connected to the version of the reference so can you please try to use bindingRedirect element it in you web.config file:
For example you can use the source code below and make the necessary changes in your versions:
&&&assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&
&&&&&dependentAssembly&
&&&&&&&assemblyIdentity name="Microsoft.Http"
&&&&&&&&&&&&&&&&&&&&&&&&publicKeyToken="31bf"
&&&&&&&&&&&&&&&&&&&&&&&&culture="neutral" /&
&&&&&&&bindingRedirect oldVersion="5.40"
&&&&&&&&&&&&&&&&&&&&&&&newVersion=".40"/&
&&&&&/dependentAssembly&
&&&/assemblyBinding&
&&&/runtime&
Kind regards,
Stefani Tacheva
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the
system and vote to affect the priority of the items
i'm not referencing any controls, they have to be all re-written for version 5.1 (migrated from 3.7). the migration went fine, i was fixing things in the site for& a few days, then upgraded from 5.0 to 5.1 and installed the code the support provided (to make the control work - see attached). so either one is causing it. i made changes in the config file that you sent (also see attached), rebuilt the solution, but getting this error now
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: Configuration file web.config does not have root &configuration& tag
Source Error:
Line 11: &runtime&
&assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&
&dependentAssembly&
Source File:
D:\AnnapolisNew\web.config && Line:
Version Information:&Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.
oh, i see i can't attach a zip file. here is the text:
&?xml version="1.0"?&
&&& Note: As an alternative to hand editing this file you can use the&
&&& web admin tool to configure settings for your application. Use
&&& the Website-&Asp.Net Configuration option in Visual Studio.
&&& A full list of settings and comments can be found in
&&& machine.config.comments usually located in
&&& \Windows\Microsoft.Net\Framework\v2.x\Config
& &assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&
&&& &dependentAssembly&
&&&&& &assemblyIdentity name="Microsoft.Http"
&&&&&&&&&&&&&&&&&&&&&&& publicKeyToken="31bf"
&&&&&&&&&&&&&&&&&&&&&&& culture="neutral" /&
&&&&& &bindingRedirect oldVersion="5.40"
&&&&&&&&&&&&&&&&&&&&&& newVersion=".40"/&
&&& &/dependentAssembly&
& &/assemblyBinding&
&/runtime&
&configuration&
& &configSections&
&&& &section requirePermission="false" name="microsoft.identityModel" type="Microsoft.IdentityModel.Configuration.MicrosoftIdentityModelSection, Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf"/&
&&& &!--&sectionGroup name="telerik"&
&&&&& &section name="sitefinity" type="Telerik.Sitefinity.Configuration.SectionHandler, Telerik.Sitefinity" requirePermission="false" /&
&&& &/sectionGroup&--&
& &/configSections&
& &appSettings&
&&& &add key="TestLocalization" value="false"/&
& &/appSettings&
& &system.web&
&&& &httpRuntime maxRequestLength="102400" requestValidationType="Telerik.Sitefinity.Security.Claims.CustomRequestValidator, Telerik.Sitefinity"/&
&&& &siteMap defaultProvider="SitefinitySiteMap"&
&&&&& &providers&
&&&&&&& &add name="SitefinitySiteMap" type="Telerik.Sitefinity.Web.SitefinitySiteMap, Telerik.Sitefinity" taxonomyProvider="OpenAccessDataProvider" pageTaxonomy="Pages" rootNode="FrontendSiteMap" pageProvider="OpenAccessDataProvider"/&
&&&&& &/providers&
&&& &/siteMap&
&&& &roleManager enabled="false"/&
&&& &membership defaultProvider="Default"&
&&&&& &providers&
&&&&&&& &clear/&
&&&&&&& &add name="Default" type="Telerik.Sitefinity.Security.Data.SitefinityMembershipProvider, Telerik.Sitefinity"/&
&&&&& &/providers&
&&& &/membership&
&&& &globalization uiCulture="auto" culture="auto" resourceProviderFactoryType="Telerik.Sitefinity.Localization.ExtendedResourceProviderFactory, Telerik.Sitefinity"/&
&&&&&&&&&&& Set compilation debug="true" to insert debugging
&&&&&&&&&&& symbols into the compiled page. Because this
&&&&&&&&&&& affects performance, set this value to true only
&&&&&&&&&&& during development.
&&&&&&& --&
&&& &compilation debug="true" targetFramework="4.0"&
&&&&& &assemblies&
&&&&&&& &add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&&&& &add assembly="System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c"/&
&&&&&&& &add assembly="WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf"/&
&&&&&&& &add assembly="PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf"/&
&&&&& &/assemblies&
&&&&& &buildProviders&
&&&&&&& &remove extension=".svc"/&
&&&&&&& &add extension=".svc" type="System.ServiceModel.Activation.ServiceBuildProvider, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c"/&
&&&&& &/buildProviders&
&&& &/compilation&
&&&&&&&&&&& The &authentication& section enables configuration
&&&&&&&&&&& of the security authentication mode used by
&&&&&&&&&&& ASP.NET to identify an incoming user.
&&&&&&& --&
&&& &authentication mode="None"/&
&&& &customErrors mode="Off"/&
&&&&&&&&&&& The &customErrors& section enables configuration
&&&&&&&&&&& of what to do if/when an unhandled error occurs
&&&&&&&&&&& during the execution of a request. Specifically,
&&&&&&&&&&& it enables developers to configure html error pages
&&&&&&&&&&& to be displayed in place of a error stack trace.
&&&&&&& &customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"&
&&&&&&&&&&& &error statusCode="403" redirect="NoAccess.htm" /&
&&&&&&&&&&& &error statusCode="404" redirect="FileNotFound.htm" /&
&&&&&&& &/customErrors&
&&&&&&& --&
&&& &pages&
&&&&& &controls&
&&&&&&& &add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&&&& &add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&&&& &add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/&
&&&&&&& &add tagPrefix="sitefinity" namespace="Telerik.Sitefinity.Web.UI.Fields" assembly="Telerik.Sitefinity"/&
&&&&& &/controls&
&&& &/pages&
&&& &httpHandlers&
&&&&& &remove verb="*" path="*.asmx"/&
&&&&& &add verb="*" validate="false" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI"/&
&&&&& &add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.FilesDownloadHandler.ashx" type="Telerik.Sitefinity.Modules.Files.FilesDownloadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.LibrariesRadUploadHandler.ashx" type="Telerik.Sitefinity.Modules.Libraries.Web.LibrariesRadUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.ThumbnailUploadHandler.ashx" type="Telerik.Sitefinity.Modules.Libraries.Web.ThumbnailUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF" validate="false"/&
&&&&& &add verb="*" validate="false" path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.AsyncImageUploadHandler.ashx" type="Telerik.Sitefinity.Modules.Libraries.Web.AsyncImageUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.AsyncFileUploadHandler.ashx" type="Telerik.Sitefinity.Workflow.AsyncFileUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.AsyncToolsetXmlUploadHandler.ashx" type="Telerik.Sitefinity.Configuration.Web.Services.AsyncToolsetXmlUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" validate="false"/&
&&&&& &add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler" validate="false"/&
&&&&& &add verb="*" path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms"/&
&&& &/httpHandlers&
&&& &httpModules&
&&&&& &remove name="FormsAuthentication"/&
&&&&& &remove name="RoleManager"/&
&&&&& &add name="ClaimsPrincipalHttpModule" type="Microsoft.IdentityModel.Web.ClaimsPrincipalHttpModule, Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf"/&
&&&&& &add name="SitefinityClaimsAuthenticationModule" type="Telerik.Sitefinity.Security.Claims.SitefinityClaimsAuthenticationModule, Telerik.Sitefinity"/&
&&&&& &add name="Sitefinity" type="Telerik.Sitefinity.Web.SitefinityHttpModuleIIS6, Telerik.Sitefinity"/&
&&&&& &add name="SessionAuthenticationModule" type="Telerik.Sitefinity.Security.Claims.SitefinitySessionAuthenticationModule, Telerik.Sitefinity"/&
&&&&& &add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/&
&&&&& &add name="SitefinityAnalyticsModule" type="Telerik.Sitefinity.Analytics.Server.DependencyResolution.Module.DependencyRegistrarHttpModule, Telerik.Sitefinity.Analytics.Server.DependencyResolution"/&
&&& &/httpModules&
& &/system.web&
& &system.serviceModel&
&&& &bindings&
&&&&& &basicHttpBinding&
&&&&&&& &binding name="basicHttpBinding" maxReceivedMessageSize="" maxBufferSize=""&
&&&&&&&&& &security mode="None"/&
&&&&&&& &/binding&
&&&&&&& &!-- note: To enable https/SSL support for the Analytics module, uncomment this binding --&
&&&&&&& &!--&binding name="webBinding" maxReceivedMessageSize="" maxBufferSize=""&
&&&&&&&&& &security mode="Transport"&
&&&&&&&&&&& &transport clientCredentialType="None"/&
&&&&&&&&& &/security&
&&&&&&& &/binding&--&
&&&&& &/basicHttpBinding&
&&& &/bindings&
&&& &behaviors&
&&&&& &endpointBehaviors&
&&&&&&& &behavior name="SitefinityWebApp.Sitefinity.Services.Content.EventsAspNetAjaxBehavior"&
&&&&&&&&& &enableWebScript/&
&&&&&&& &/behavior&
&&&&& &/endpointBehaviors&
&&&&& &serviceBehaviors&
&&&&&&& &behavior&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="true"/&
&&&&&&&&& &!--&openAccessWorkflowTracking applicationName="/workflow" /&--&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsServiceBehavior"&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="false"/&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Analytics.Server.GoogleAnalyticsPlugin.Services.AccountsServiceBehavior"&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="false"/&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.DashboardDataBehavior"&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="false"/&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.MapDataServiceBehavior"&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="false"/&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Web.Services.LocalizationBehavior"/&
&&&&& &/serviceBehaviors&
&&& &/behaviors&
&&& &services&
&&&&& &service name="SitefinityWebApp.Sitefinity.Services.Content.Events"&
&&&&&&& &endpoint address="" behaviorConfiguration="SitefinityWebApp.Sitefinity.Services.Content.EventsAspNetAjaxBehavior" binding="webHttpBinding" contract="SitefinityWebApp.Sitefinity.Services.Content.Events"/&
&&&&& &/service&
&&&&& &service behaviorConfiguration="Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsServiceBehavior" name="Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsService"&
&&&&&&& &endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttpBinding" contract="Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsService"/&
&&&&&&& &!-- note: To enable https/SSL support for the Analytics module, uncomment this endpoint --&
&&&&&&& &!--&endpoint address=""
&&&&&&&&&&&&&&&&& binding="basicHttpBinding"
&&&&&&&&&&&&&&&&& bindingConfiguration="webBinding"
&&&&&&&&&&&&&&&&& contract="Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsService"/&--&
&&&&& &/service&
&&&&& &service behaviorConfiguration="Telerik.Sitefinity.Analytics.Server.GoogleAnalyticsPlugin.Services.AccountsServiceBehavior" name="Telerik.Sitefinity.Analytics.Server.GoogleAnalyticsPlugin.Services.AccountsService"&
&&&&&&& &endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttpBinding" contract="Telerik.Sitefinity.Analytics.Server.GoogleAnalyticsPlugin.Services.AccountsService"/&
&&&&&&& &!-- note: To enable https/SSL support for the Analytics module, uncomment this endpoint --&
&&&&&&& &!--&endpoint address=""
&&&&&&&&&&&&&&&&& binding="basicHttpBinding"
&&&&&&&&&&&&&&&&& bindingConfiguration="webBinding"
&&&&&&&&&&&&&&&&& contract="Telerik.Sitefinity.Analytics.Server.GoogleAnalyticsPlugin.Services.AccountsService"/&--&
&&&&& &/service&
&&&&& &service behaviorConfiguration="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.DashboardDataBehavior" name="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.DashboardData"&
&&&&&&& &endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttpBinding" contract="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.DashboardData"/&
&&&&&&& &!-- note: To enable https/SSL support for the Analytics module, uncomment this endpoint --&
&&&&&&& &!--&endpoint address=""
&&&&&&&&&&&&&&&&& binding="basicHttpBinding"
&&&&&&&&&&&&&&&&& bindingConfiguration="webBinding"
&&&&&&&&&&&&&&&&& contract="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.DashboardData"/&--&
&&&&& &/service&
&&&&& &service behaviorConfiguration="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.MapDataServiceBehavior" name="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.MapDataService"&
&&&&&&& &endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttpBinding" contract="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.MapDataService"/&
&&&&&&& &!-- note: To enable https/SSL support for the Analytics module, uncomment this endpoint --&
&&&&&&& &!--&endpoint address=""
&&&&&&&&&&&&&&&&& binding="basicHttpBinding"
&&&&&&&&&&&&&&&&& bindingConfiguration="webBinding"
&&&&&&&&&&&&&&&&& contract="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.MapDataService" /&--&
&&&&& &/service&
&&& &/services&
&&& &serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/&
& &/system.serviceModel&
&&&&&&& The system.webServer section is required for running ASP.NET AJAX under Internet
&&&&&&& Information Services 7.0.& It is not necessary for previous version of IIS.
& &system.webServer&
&&& &validation validateIntegratedModeConfiguration="false"/&
&&& &modules runAllManagedModulesForAllRequests="true"&
&&&&& &remove name="WebDAVModule"/&
&&&&& &remove name="UrlRoutingModule"/&
&&&&& &remove name="ScriptModule"/&
&&&&& &remove name="RadUploadModule"/&
&&&&& &remove name="Sitefinity"/&
&&&&& &remove name="SitefinityAnalyticsModule"/&
&&&&& &remove name="FormsAuthentication"/&
&&&&& &remove name="RoleManager"/&
&&&&& &add name="ClaimsPrincipalHttpModule" type="Microsoft.IdentityModel.Web.ClaimsPrincipalHttpModule, Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf"/&
&&&&& &add name="SitefinityClaimsAuthenticationModule" type="Telerik.Sitefinity.Security.Claims.SitefinityClaimsAuthenticationModule, Telerik.Sitefinity"/&
&&&&& &add name="Sitefinity" type="Telerik.Sitefinity.Web.SitefinityHttpModule, Telerik.Sitefinity"/&
&&&&& &add name="SessionAuthenticationModule" type="Telerik.Sitefinity.Security.Claims.SitefinitySessionAuthenticationModule, Telerik.Sitefinity"/&
&&&&& &add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/&
&&&&& &add name="SitefinityAnalyticsModule" type="Telerik.Sitefinity.Analytics.Server.DependencyResolution.Module.DependencyRegistrarHttpModule, Telerik.Sitefinity.Analytics.Server.DependencyResolution"/&
&&& &/modules&
&&& &handlers&
&&&&& &remove name="WebDAV"/&
&&&&& &remove name="ScriptHandlerFactory"/&
&&&&& &remove name="ScriptHandlerFactoryAppServices"/&
&&&&& &remove name="ScriptResource"/&
&&&&& &remove name="UrlRoutingHandler"/&
&&&&& &remove name="WildCard"/&
&&&&& &remove name="WildCard32"/&
&&&&& &remove name="Telerik.Web.UI.DialogHandler"/&
&&&&& &remove name="Telerik.RadUploadProgressHandler"/&
&&&&& &remove name="Telerik.Sitefinity.FilesDownloadHandler"/&
&&&&& &remove name="Telerik.Sitefinity.LibrariesRadUploadHandler"/&
&&&&& &remove name="Telerik.Sitefinity.AsyncImageUploadHandler"/&
&&&&& &remove name="Telerik.Sitefinity.AsyncFileUploadHandler"/&
&&&&& &remove name="Telerik.Sitefinity.AsyncToolsetXmlUploadHandler"/&
&&&&& &remove name="Telerik.Web.UI.SpellCheckHandler"/&
&&&&& &remove name="Telerik_Web_UI_WebResource_axd"/&
&&&&& &remove name="Telerik_Web_UI_DialogHandler_aspx"/&
&&&&& &add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add name="WildCard" path="*" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="None" preCondition="classicMode,runtimeVersionv4.0,bitness64"/&
&&&&& &add name="WildCard32" path="*" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="None" preCondition="classicMode,runtimeVersionv4.0,bitness32"/&
&&&&& &add name="Telerik.Web.UI.DialogHandler" path="Telerik.Web.UI.DialogHandler.axd" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI"/&
&&&&& &add name="Telerik.RadUploadProgressHandler" path="Telerik.RadUploadProgressHandler.ashx" verb="*" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"/&
&&&&& &add name="Telerik.Sitefinity.FilesDownloadHandler" path="Telerik.Sitefinity.FilesDownloadHandler.ashx" verb="*" type="Telerik.Sitefinity.Modules.Files.FilesDownloadHandler, Telerik.Sitefinity"/&
&&&&& &add name="Telerik.Sitefinity.LibrariesRadUploadHandler" path="Telerik.Sitefinity.LibrariesRadUploadHandler.ashx" verb="*" type="Telerik.Sitefinity.Modules.Libraries.Web.LibrariesRadUploadHandler, Telerik.Sitefinity"/&
&&&&& &add name="Telerik.Sitefinity.ThumbnailUploadHandler" path="Telerik.Sitefinity.ThumbnailUploadHandler.ashx" verb="*" type="Telerik.Sitefinity.Modules.Libraries.Web.ThumbnailUploadHandler, Telerik.Sitefinity"/&
&&&&& &add name="Telerik.Sitefinity.AsyncImageUploadHandler" path="Telerik.Sitefinity.AsyncImageUploadHandler.ashx" verb="*" type="Telerik.Sitefinity.Modules.Libraries.Web.AsyncImageUploadHandler, Telerik.Sitefinity"/&
&&&&& &add name="Telerik.Sitefinity.AsyncFileUploadHandler" path="Telerik.Sitefinity.AsyncFileUploadHandler.ashx" verb="*" type="Telerik.Sitefinity.Workflow.AsyncFileUploadHandler, Telerik.Sitefinity"/&
&&&&& &add name="Telerik.Sitefinity.AsyncToolsetXmlUploadHandler" path="Telerik.Sitefinity.AsyncToolsetXmlUploadHandler.ashx" verb="*" type="Telerik.Sitefinity.Configuration.Web.Services.AsyncToolsetXmlUploadHandler, Telerik.Sitefinity"/&
&&&&& &add name="Telerik.Web.UI.SpellCheckHandler" verb="*" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI"/&
&&&&& &add name="Telerik_Web_UI_WebResource_axd" verb="*" path="Telerik.Web.UI.WebResource.axd" preCondition="integratedMode" type="Telerik.Web.UI.WebResource"/&
&&&&& &add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler"/&
&&&&& &add name="Telerik.ReportViewer.axd_*" verb="*" preCondition="integratedMode" path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms"/&
&&& &/handlers&
&&& &staticContent&
&&&&& &clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="31.00:00:00"/&
&&& &/staticContent&
&&& &urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true"/&
& &/system.webServer&
& &microsoft.identityModel&
&&& &service&
&&&&& &claimsAuthenticationManager type="Telerik.Sitefinity.Security.Claims.SFClaimsAuthenticationManager, Telerik.Sitefinity"/&
&&&&& &securityTokenHandlers&
&&&&&&& &add type="Telerik.Sitefinity.Security.Claims.SWT.SWTSecurityTokenHandler, Telerik.Sitefinity"/&
&&&&& &/securityTokenHandlers&
&&&&& &audienceUris mode="Never"/&
&&&&& &federatedAuthentication&
&&&&&&& &wsFederation passiveRedirectEnabled="true" issuer="http://localhost" realm="http://localhost" requireHttps="false"/&
&&&&&&& &cookieHandler requireSsl="false"/&
&&&&& &/federatedAuthentication&
&&&&& &issuerNameRegistry type="Telerik.Sitefinity.Security.Claims.CustomIssuerNameRegistry, Telerik.Sitefinity"&
&&&&&&& &trustedIssuers/&
&&&&& &/issuerNameRegistry&
&&&&& &issuerTokenResolver type="Telerik.Sitefinity.Security.Claims.SWT.WrapIssuerTokenResolver, Telerik.Sitefinity"/&
&&& &/service&
& &/microsoft.identityModel&
& &!-- Begin telerik section& --&
& &!--&telerik&
&&& &sitefinity&
&&&&& &environment platform="WindowsAzure"/&
&&&&& &sitefinityConfig storageMode="Database" /&
&&& &/sitefinity&
& &/telerik&--&
& &!-- End telerik section& --&
&/configuration&
Victor Velev
We will get back to you in the support ticket in order to keep the information flaw structured. After the issue is resolved you can update the forum thread.
Kind regards,
Victor Velev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the
system and vote to affect the priority of the items
Victor, to keep information flaw structured is a wonderful idea, but I can't afford to wait for days for the ticket to be replied to. I have more hope for this forum, as somebody may have similar problem and will be able to help. I need to keep migrating the site. Here is exactly what happened: I migrated 3.7 site into 5.0. Everything went fine. I was adjusting the CSS, templates and a few other things. All the custom controls (there are only a few of them) where blocked. Then the support had helped me with one of the controls and told me how to install it. I suppose they know what they were doing, so that should not be a problem. Below is code they sent. Then, I upgraded to version 5.1, rebuild the site and all the hell broke loose. I began getting this message. Even when I inserted the code that Stefani sent:
&assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&
&dependentAssembly&
&assemblyIdentity name="Microsoft.Http"
publicKeyToken="31bf"
culture="neutral" /&
&bindingRedirect oldVersion="5.40"
newVersion=".40"/&
&/dependentAssembly&
&/assemblyBinding&
&/runtime&
I still get the same error message.
I thought that the master page (the support sent) could cause it, so I installed the old one, but the error still persist. Here is the code that has been sent to me:
Home.Master
&%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Home.master.cs" Inherits="SitefinityWebApp.App_Master.Home" %&
&%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI" Assembly="Telerik.Sitefinity" %&
&!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&
&html xmlns="http://www.w3.org/1999/xhtml"&
&head runat="server"&
&&& &title&&/title&
&&& &asp:ContentPlaceHolder ID="head" runat="server"&
&&& &/asp:ContentPlaceHolder&
&LINK REL="SHORTCUT ICON" HREF="/favicon.ico" /&
&script type="text/javascript"&&&& var switchTo5x =&/script&
&script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"&&/script&
&script type="text/javascript"&&&& stLight.options({ publisher: "ce29c096-25a8-49fb-8a2b-7d5bcaac0054" }); &/script&
&&& &sf:ResourceLinks runat="server" id="resourceLink1" UseEmbeddedThemes="false" &
&sf:ResourceFile JavaScriptLibrary="None" Name="~/scripts/jquery-1.2.1.pack.js" AssemblyInfo="" IsFromTheme="False" Static="True" /&
&/sf:ResourceLinks&
&&& &%-- &sfweb:jsfilelink id="JsFileLink4" type="text/javascript" runat="server" filename="~/scripts/jquery-easing.1.2.pack.js" /& --%&
&sf:ResourceLinks runat="server" id="resourceLink2" UseEmbeddedThemes="false" &
&sf:ResourceFile JavaScriptLibrary="None" Name="~/scripts/jquery-easing.1.2.pack.js" AssemblyInfo="" IsFromTheme="False" Static="True" /&
&/sf:ResourceLinks&
&&& &%-- &sfweb:jsfilelink id="JsFileLink5" type="text/javascript" runat="server" filename="~/scripts/jquery-easing-compatibility.1.2.pack.js" /& --%&
&sf:ResourceLinks runat="server" id="resourceLink3" UseEmbeddedThemes="false" &
&sf:ResourceFile JavaScriptLibrary="None" Name="~/scripts/jquery-easing-compatibility.1.2.pack.js" AssemblyInfo="" IsFromTheme="False" Static="True" /&
&/sf:ResourceLinks&
&&& &%-- &sfweb:jsfilelink id="JsFileLink6" type="text/javascript" runat="server" filename="~/scripts/coda-slider.1.1.1.pack.js" /& --%&
&sf:ResourceLinks runat="server" id="resourceLink4" UseEmbeddedThemes="false" &
&sf:ResourceFile JavaScriptLibrary="None" Name="~/scripts/coda-slider.1.1.1.pack.js" AssemblyInfo="" IsFromTheme="False" Static="True" /&
&/sf:ResourceLinks&
&&& &%-- &sfweb:jsfilelink id="JsFileLink7" type="text/javascript" runat="server" filename="~/scripts/swfobject_modified.js" /& --%&
&sf:ResourceLinks runat="server" id="resourceLink5" UseEmbeddedThemes="false" &
&sf:ResourceFile JavaScriptLibrary="None" Name="~/scripts/swfobject_modified.js" AssemblyInfo="" IsFromTheme="False" Static="True" /&
&/sf:ResourceLinks&
&&& &%-- &sfweb:jsfilelink id="JsFileLink8" type="text/javascript" runat="server" filename="~/scripts/featuredcontentglider.js" /& --%&
&sf:ResourceLinks runat="server" id="resourceLink6" UseEmbeddedThemes="false" &
&sf:ResourceFile JavaScriptLibrary="None" Name="~/scripts/featuredcontentglider.js" AssemblyInfo="" IsFromTheme="False" Static="True" /&
&/sf:ResourceLinks&
&script type="text/javascript"&
&&& jQuery(window).bind("load", function () {
&&&&&&& jQuery("div#slider1").codaSlider()
&&&&&&& $(".homePromo").mouseover(function () {
&&&&&&&&&&& $(this).addClass("homePromoOver");
&&&&&&& }).mouseout(function () {
&&&&&&&&&&& $(this).removeClass("homePromoOver");
&&&&&&& }).click(function () {
&&&&&&&&&&& location.href = $(this).find("a").attr("href");
&&&&&&& });
&&& &/script&
&&& &form id="form1" runat="server"&
&&& &asp:scriptmanager id="ScriptManager1" runat="server" /&
&&& &div class="container"&
&&& &&& &div class="body"&
&&& &&& &&& &div class="header"&
&&& &&& &&& &&& &asp:contentplaceholder id="SiteLogo" runat="server"&
&&& &&& &&& &&& &/asp:contentplaceholder&
&&& &&& &&& &/div&
&&& &&& &&& &div class="dateDepartments"&
&&& &&& &&& &&& &div class="departments"&
&&& &&& &&& &&& &&& &asp:dropdownlist id="lstDepartments" runat="server" autopostback="true"&
&&& &&& &&& &&& &&& &/asp:dropdownlist&
&&& &&& &&& &&& &/div&
&&& &&& &&& &&& &div class="date"&
&&& &&& &&& &&& &&& &&asp:placeholder id="phDate" runat="server"&
&&&&&&&&&&&&&&&&&&&& &/asp:placeholder&
&&& &&& &&& &&& &&/div&
&&& &&& &&& &/div&
&&& &&& &&& &div class="nav"&
&&& &&& &&& &&& &asp:contentplaceholder id="MainNavigation" runat="server"&
&&& &&& &&& &&& &/asp:contentplaceholder&
&&& &&& &&& &/div&
&&& &&& &&& &div class="search"&
&&& &&& &&& &&& &asp:contentplaceholder id="SearchBox" runat="server"&
&&& &&& &&& &&& &/asp:contentplaceholder&
&&& &&& &&& &/div&
&&& &&& &&& &div id="homeMain"&
&&& &&& &&& &&& &div id="homeFlash"&
&&&&&&&&&&&&&&& &asp:contentplaceholder id="homeFlash" runat="server"&
&&& &&& &&& &&& &/asp:contentplaceholder&
&&& &&& &&& &&& &%-- &&& &object classid="clsid:D27CDB6E-AE6D-11cf-96B8-" width="692" height="315" id="FlashID" title="Flash"&
&&& &&& &&& &&& &&& &&& &param name="movie" value="flash/annapolis.swf" /&
&&& &&& &&& &&& &&& &&& &param name="quality" value="high" /&
&&& &&& &&& &&& &&& &&& &param name="wmode" value="opaque" /&
&&& &&& &&& &&& &&& &&& &param name="swfversion" value="8.0.35.0" /&
&&& &&& &&& &&& &&& &&& &!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don&t want users to see the prompt. --&
&&& &&& &&& &&& &&& &&& &param name="expressinstall" value="Scripts/expressInstall.swf" /&
&&& &&& &&& &&& &&& &&& &!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --&
&&& &&& &&& &&& &&& &&& &!--[if !IE]&--&
&&& &&& &&& &&& &&& &&& &object type="application/x-shockwave-flash" data="flash/annapolis.swf" width="692" height="315"&
&&& &&& &&& &&& &&& &&& &&& &!--&![endif]--&
&&& &&& &&& &&& &&& &&& &&& &param name="quality" value="high" /&
&&& &&& &&& &&& &&& &&& &&& &param name="wmode" value="opaque" /&
&&& &&& &&& &&& &&& &&& &&& &param name="swfversion" value="8.0.35.0" /&
&&& &&& &&& &&& &&& &&& &&& &param name="expressinstall" value="Scripts/expressInstall.swf" /&
&&& &&& &&& &&& &&& &&& &&& &!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --&
&&& &&& &&& &&& &&& &&& &&& &div&
&&& &&& &&& &&& &&& &&& &&& &&& &h4&
&&& &&& &&& &&& &&& &&& &&& &&& &&& Content on this page requires a newer version of Adobe Flash Player.&/h4&
&&& &&& &&& &&& &&& &&& &&& &&& &p&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &a href="http://www.adobe.com/go/getflashplayer"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /&&/a&&/p&
&&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &!--[if !IE]&--&
&&& &&& &&& &&& &&& &&& &/object&
&&& &&& &&& &&& &&& &&& &!--&![endif]--&
&&& &&& &&& &&& &&& &/object& --%&
&&& &&& &&& &&& &/div&
&&& &&& &&& &&& &div id="homePromos"&
&&& &&& &&& &&& &&& &asp:contentplaceholder id="HomeNewsArea" runat="server"&&/asp:contentplaceholder&
&&& &&& &&& &&& &/div&
&&& &&& &&& &/div&
&&& &&& &&& &div class="lowerBody"&
&&& &&& &&& &&& &div class="rightContentarea"&
&&& &&& &&& &&& &&& &div class="Twitter"&
&&& &&& &&& &&& &&& &&& &asp:contentplaceholder id="Twitter" runat="server"&
&&& &&& &&& &&& &&& &&& &/asp:contentplaceholder&
&&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &div class="RightContentHeader"&
&&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&&
&&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &div class="newsBg"&
&&& &&& &&& &&& &&& &&& &div class="newsBgInnerContainer"&
&&& &&& &&& &&& &&& &&& &&& &div id="canadaprovinces" class="glidecontentwrapper"&&&& &&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &&& &&& &asp:contentplaceholder id="SlideShowNews" runat="server"&&/asp:contentplaceholder&
&&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &&& &div id="p-select" class="glidecontenttoggler"&
&&& &&& &&& &&& &&& &&& &&& &&& &asp:placeholder id="phSlideShowPrevNext" runat="server" /&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="prev"&Prev&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="toc"&1&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="toc"&2&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="toc"&3&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="toc"&4&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="toc"&5&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="toc"&6&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="toc"&7&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="toc"&8&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="toc"&9&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &a href="#" class="next"&Next&/a&
&&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&&
&&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &div class="sliderJQ"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &noscript&
&&& &&& &&& &&& &&& &&& &&& &p&
&&& &&& &&& &&& &&& &&& &&& &&& Unfortunately your browser does not hava JavaScript capabilities which are required to exploit full functionality of our site. This could be the result of two possible scenarios:&/p&
&&& &&& &&& &&& &&& &&& &&& &ol&
&&& &&& &&& &&& &&& &&& &&& &&& &li&You are using an old web browser, in which case you should upgrade it to a newer version. We recommend the latest version of &a href="http://www.getfirefox.com"&Firefox&/a&.&/li&
&&& &&& &&& &&& &&& &&& &&& &&& &li&You have disabled JavaScript in you browser, in which case you will have to enable it to properly use our site. &a href="http://www.google.com/support/bin/answer.py?answer=23852"&Information on enabling JavaScript&/a&.&/li&
&&& &&& &&& &&& &&& &&& &&& &/ol&
&&& &&& &&& &&& &&& &&& &/noscript&
&&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &div class="slider-wrap"&
&&& &&& &&& &&& &&& &&& &&& &div id="slider1" class="csw"&
&&& &&& &&& &&& &&& &&& &&& &&& &div class="panelContainer"&
&&& &&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &div class="panel" title="ANNOUNCEMENTS"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &div class="wrapper"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &asp:contentplaceholder id="Announcments" runat="server" /&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &p&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &a href="#4" class="cross-link" title="Go to Forms and Permits"&« Previous&/a& |
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &a href="#2" class="cross-link" title="Go to Transit"&Next »&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &/p&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &div class="panel" title="TRANSIT"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &div class="wrapper"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &asp:contentplaceholder id="Transit" runat="server" /&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &p&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &a href="#1" class="cross-link" title="Go to Announcements"&« Previous&/a& |
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &a href="#3" class="cross-link" title="Go to Upcoming Events"&Next »&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &/p&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &div class="panel" title="UPCOMING EVENTS"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &div class="wrapper"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &asp:contentplaceholder id="UpcomingEvents" runat="server" /&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &p&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &a href="#2" class="cross-link" title="Go to Transit"&« Previous&/a& |
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &a href="#4" class="cross-link" title="Go to Forms and Permits"&Next »&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &/p&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &div class="panel" title="FORMS AND PERMITS"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &div class="wrapper"&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &asp:contentplaceholder id="FormsPermits" runat="server" /&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &p&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &a href="#3" class="cross-link" title="Go to Upcoming Events"&« Previous&/a& |
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &a href="#1" class="cross-link" title="Go to Announcements"&Next »&/a&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &/p&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &&& &!-- .panelContainer --&
&&& &&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &&& &!-- #slider1 --&
&&& &&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &&& &&& &!-- .slider-wrap --&
&&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &&&
&&& &&& &&& &&& &&& &/div&
&&& &&& &&& &&& &/div&
&&& &&& &&& &&& &div class="sidenav"&
&&& &&& &&& &&& &&& &asp:contentplaceholder id="SideNavigation" runat="server"&
&&& &&& &&& &&& &&& &/asp:contentplaceholder&
&&& &&& &&& &&& &/div&
&&& &&& &&& &/div&
&&& &&& &/div&
&&& &/div&
&&& &div class="footer"&
&&& &&& &asp:contentplaceholder id="FooterContent" runat="server"&
&&& &&& &/asp:contentplaceholder&
&&& &/div&
&&& &script type="text/javascript"&
&&&&&&& &!--
&&& &&& swfobject.registerObject("FlashID");
&&&&&&& //--&
&&& &/script&
&&& &/form&
Home.Master.cs
using System.Collections.G
using System.L
using System.W
using System.Web.UI;
using System.Web.UI.WebC
namespace SitefinityWebApp.App_Master
&&& public partial class Home: System.Web.UI.MasterPage
&&&&&&& private SiteMapNode departmentNode =
&&&&&&& protected void Page_Load(object sender, EventArgs e)
&&&&&&&&&&& phDate.Controls.Add(new LiteralControl(DateTime.Now.ToLongDateString()));
&&&&&&&&&&& if (!IsPostBack)
&&&&&&&&&&& {
&&&&&&&&&&&&&&& SetDepartmentNode(SiteMap.RootNode);
&&&&&&&&&&&&&&& if (departmentNode != null)
&&&&&&&&&&&&&&& {
&&&&&&&&&&&&&&&&&&& lstDepartments.Items.Add(new ListItem("City Departments and Offices", "0"));
&&&&&&&&&&&&&&&&&&& foreach (SiteMapNode siteMapNode in departmentNode.ChildNodes)
&&&&&&&&&&&&&&&&&&& {
&&&&&&&&&&&&&&&&&&&&&&& lstDepartments.Items.Add(new ListItem(siteMapNode.Title, siteMapNode.Url));
&&&&&&&&&&&&&&&&&&& }
&&&&&&&&&&&&&&& }
&&&&&&&&&&&&&&& else
&&&&&&&&&&&&&&& {
&&&&&&&&&&&&&&&&&&& lstDepartments.Visible =
&&&&&&&&&&&&&&& }
&&&&&&&&&&& }
&&&&&&& private void SetDepartmentNode(SiteMapNode currentNode)
&&&&&&&&&&& if (currentNode.Title != null && currentNode.Key == "b1b4bdf3-bb01-48a9-a140-5f")
&&&&&&&&&&& {
&&&&&&&&&&&&&&& departmentNode = currentN
&&&&&&&&&&& }
&&&&&&&&&&& else
&&&&&&&&&&& {
&&&&&&&&&&&&&&& foreach (SiteMapNode siteMapNode in currentNode.ChildNodes)
&&&&&&&&&&&&&&& {
&&&&&&&&&&&&&&&&&&& SetDepartmentNode(siteMapNode);
&&&&&&&&&&&&&&& }
&&&&&&&&&&&&&&&
&&&&&&&&&&& }
&&&&&&& protected void lstDepartments_SelectedIndexChanged(object sender, EventArgs e)
&&&&&&&&&&& if (lstDepartments.SelectedItem.Value != "0")
&&&&&&&&&&& {
&&&&&&&&&&&&&&& Response.Redirect(lstDepartments.SelectedItem.Value);
&&&&&&&&&&& }
Home.Master.designer.cs
//------------------------------------------------------------------------------
// &auto-generated&
//&&&& This code was generated by a tool.
//&&&& Changes to this file may cause incorrect behavior and will be lost if
//&&&& the code is regenerated.
// &/auto-generated&
//------------------------------------------------------------------------------
namespace SitefinityWebApp.App_Master {
&&& public partial class Home {
&&&&&&& /// &summary&
&&&&&&& /// head control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceH
&&&&&&& /// &summary&
&&&&&&& /// resourceLink1 control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::Telerik.Sitefinity.Web.UI.ResourceLinks resourceLink1;
&&&&&&& /// &summary&
&&&&&&& /// resourceLink2 control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::Telerik.Sitefinity.Web.UI.ResourceLinks resourceLink2;
&&&&&&& /// &summary&
&&&&&&& /// resourceLink3 control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::Telerik.Sitefinity.Web.UI.ResourceLinks resourceLink3;
&&&&&&& /// &summary&
&&&&&&& /// resourceLink4 control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::Telerik.Sitefinity.Web.UI.ResourceLinks resourceLink4;
&&&&&&& /// &summary&
&&&&&&& /// resourceLink5 control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::Telerik.Sitefinity.Web.UI.ResourceLinks resourceLink5;
&&&&&&& /// &summary&
&&&&&&& /// resourceLink6 control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::Telerik.Sitefinity.Web.UI.ResourceLinks resourceLink6;
&&&&&&& /// &summary&
&&&&&&& /// form1 control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.HtmlControls.HtmlForm form1;
&&&&&&& /// &summary&
&&&&&&& /// ScriptManager1 control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.ScriptManager ScriptManager1;
&&&&&&& /// &summary&
&&&&&&& /// SiteLogo control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder SiteL
&&&&&&& /// &summary&
&&&&&&& /// lstDepartments control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.DropDownList lstD
&&&&&&& /// &summary&
&&&&&&& /// phDate control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.PlaceHolder phD
&&&&&&& /// &summary&
&&&&&&& /// MainNavigation control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder MainN
&&&&&&& /// &summary&
&&&&&&& /// SearchBox control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder SearchB
&&&&&&& /// &summary&
&&&&&&& /// homeFlash control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder homeF
&&&&&&& /// &summary&
&&&&&&& /// HomeNewsArea control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder HomeNewsA
&&&&&&& /// &summary&
&&&&&&& /// Twitter control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder T
&&&&&&& /// &summary&
&&&&&&& /// SlideShowNews control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder SlideShowN
&&&&&&& /// &summary&
&&&&&&& /// phSlideShowPrevNext control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.PlaceHolder phSlideShowPrevN
&&&&&&& /// &summary&
&&&&&&& /// Announcments control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder A
&&&&&&& /// &summary&
&&&&&&& /// Transit control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder T
&&&&&&& /// &summary&
&&&&&&& /// UpcomingEvents control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder UpcomingE
&&&&&&& /// &summary&
&&&&&&& /// FormsPermits control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder FormsP
&&&&&&& /// &summary&
&&&&&&& /// SideNavigation control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder SideN
&&&&&&& /// &summary&
&&&&&&& /// FooterContent control.
&&&&&&& /// &/summary&
&&&&&&& /// &remarks&
&&&&&&& /// Auto-generated field.
&&&&&&& /// To modify move field declaration from designer file to code-behind file.
&&&&&&& /// &/remarks&
&&&&&&& protected global::System.Web.UI.WebControls.ContentPlaceHolder FooterC
and here is the new config file
&?xml version="1.0"?&
&&& Note: As an alternative to hand editing this file you can use the&
&&& web admin tool to configure settings for your application. Use
&&& the Website-&Asp.Net Configuration option in Visual Studio.
&&& A full list of settings and comments can be found in
&&& machine.config.comments usually located in
&&& \Windows\Microsoft.Net\Framework\v2.x\Config
&configuration&
& &configSections&
&&& &section requirePermission="false" name="microsoft.identityModel" type="Microsoft.IdentityModel.Configuration.MicrosoftIdentityModelSection, Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf"/&
&&& &!--&sectionGroup name="telerik"&
&&&&& &section name="sitefinity" type="Telerik.Sitefinity.Configuration.SectionHandler, Telerik.Sitefinity" requirePermission="false" /&
&&& &/sectionGroup&--&
& &/configSections&
& &runtime&
&&& &assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&
&&&&& &dependentAssembly&
&&&&&&& &assemblyIdentity name="Microsoft.Http"
&&&&&&&&&&&&&&&&&&&&&&&&& publicKeyToken="31bf"
&&&&&&&&&&&&&&&&&&&&&&&&& culture="neutral" /&
&&&&&&& &bindingRedirect oldVersion="5.40"
&&&&&&&&&&&&&&&&&&&&&&&& newVersion=".40"/&
&&&&& &/dependentAssembly&
&&& &/assemblyBinding&
& &/runtime&
& &appSettings&
&&& &add key="TestLocalization" value="false"/&
& &/appSettings&
& &system.web&
&&& &httpRuntime maxRequestLength="102400" requestValidationType="Telerik.Sitefinity.Security.Claims.CustomRequestValidator, Telerik.Sitefinity"/&
&&& &siteMap defaultProvider="SitefinitySiteMap"&
&&&&& &providers&
&&&&&&& &add name="SitefinitySiteMap" type="Telerik.Sitefinity.Web.SitefinitySiteMap, Telerik.Sitefinity" taxonomyProvider="OpenAccessDataProvider" pageTaxonomy="Pages" rootNode="FrontendSiteMap" pageProvider="OpenAccessDataProvider"/&
&&&&& &/providers&
&&& &/siteMap&
&&& &roleManager enabled="false"/&
&&& &membership defaultProvider="Default"&
&&&&& &providers&
&&&&&&& &clear/&
&&&&&&& &add name="Default" type="Telerik.Sitefinity.Security.Data.SitefinityMembershipProvider, Telerik.Sitefinity"/&
&&&&& &/providers&
&&& &/membership&
&&& &globalization uiCulture="auto" culture="auto" resourceProviderFactoryType="Telerik.Sitefinity.Localization.ExtendedResourceProviderFactory, Telerik.Sitefinity"/&
&&&&&&&&&&& Set compilation debug="true" to insert debugging
&&&&&&&&&&& symbols into the compiled page. Because this
&&&&&&&&&&& affects performance, set this value to true only
&&&&&&&&&&& during development.
&&&&&&& --&
&&& &compilation debug="true" targetFramework="4.0"&
&&&&& &assemblies&
&&&&&&& &add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&&&& &add assembly="System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c"/&
&&&&&&& &add assembly="WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf"/&
&&&&&&& &add assembly="PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf"/&
&&&&& &/assemblies&
&&&&& &buildProviders&
&&&&&&& &remove extension=".svc"/&
&&&&&&& &add extension=".svc" type="System.ServiceModel.Activation.ServiceBuildProvider, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c"/&
&&&&& &/buildProviders&
&&& &/compilation&
&&&&&&&&&&& The &authentication& section enables configuration
&&&&&&&&&&& of the security authentication mode used by
&&&&&&&&&&& ASP.NET to identify an incoming user.
&&&&&&& --&
&&& &authentication mode="None"/&
&&& &customErrors mode="Off"/&
&&&&&&&&&&& The &customErrors& section enables configuration
&&&&&&&&&&& of what to do if/when an unhandled error occurs
&&&&&&&&&&& during the execution of a request. Specifically,
&&&&&&&&&&& it enables developers to configure html error pages
&&&&&&&&&&& to be displayed in place of a error stack trace.
&&&&&&& &customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"&
&&&&&&&&&&& &error statusCode="403" redirect="NoAccess.htm" /&
&&&&&&&&&&& &error statusCode="404" redirect="FileNotFound.htm" /&
&&&&&&& &/customErrors&
&&&&&&& --&
&&& &pages&
&&&&& &controls&
&&&&&&& &add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&&&& &add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&&&& &add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/&
&&&&&&& &add tagPrefix="sitefinity" namespace="Telerik.Sitefinity.Web.UI.Fields" assembly="Telerik.Sitefinity"/&
&&&&& &/controls&
&&& &/pages&
&&& &httpHandlers&
&&&&& &remove verb="*" path="*.asmx"/&
&&&&& &add verb="*" validate="false" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI"/&
&&&&& &add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.FilesDownloadHandler.ashx" type="Telerik.Sitefinity.Modules.Files.FilesDownloadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.LibrariesRadUploadHandler.ashx" type="Telerik.Sitefinity.Modules.Libraries.Web.LibrariesRadUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.ThumbnailUploadHandler.ashx" type="Telerik.Sitefinity.Modules.Libraries.Web.ThumbnailUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF" validate="false"/&
&&&&& &add verb="*" validate="false" path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.AsyncImageUploadHandler.ashx" type="Telerik.Sitefinity.Modules.Libraries.Web.AsyncImageUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.AsyncFileUploadHandler.ashx" type="Telerik.Sitefinity.Workflow.AsyncFileUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Sitefinity.AsyncToolsetXmlUploadHandler.ashx" type="Telerik.Sitefinity.Configuration.Web.Services.AsyncToolsetXmlUploadHandler, Telerik.Sitefinity"/&
&&&&& &add verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" validate="false"/&
&&&&& &add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler" validate="false"/&
&&&&& &add verb="*" path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms"/&
&&& &/httpHandlers&
&&& &httpModules&
&&&&& &remove name="FormsAuthentication"/&
&&&&& &remove name="RoleManager"/&
&&&&& &add name="ClaimsPrincipalHttpModule" type="Microsoft.IdentityModel.Web.ClaimsPrincipalHttpModule, Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf"/&
&&&&& &add name="SitefinityClaimsAuthenticationModule" type="Telerik.Sitefinity.Security.Claims.SitefinityClaimsAuthenticationModule, Telerik.Sitefinity"/&
&&&&& &add name="Sitefinity" type="Telerik.Sitefinity.Web.SitefinityHttpModuleIIS6, Telerik.Sitefinity"/&
&&&&& &add name="SessionAuthenticationModule" type="Telerik.Sitefinity.Security.Claims.SitefinitySessionAuthenticationModule, Telerik.Sitefinity"/&
&&&&& &add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF"/&
&&&&& &add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/&
&&&&& &add name="SitefinityAnalyticsModule" type="Telerik.Sitefinity.Analytics.Server.DependencyResolution.Module.DependencyRegistrarHttpModule, Telerik.Sitefinity.Analytics.Server.DependencyResolution"/&
&&& &/httpModules&
& &/system.web&
& &system.serviceModel&
&&& &bindings&
&&&&& &basicHttpBinding&
&&&&&&& &binding name="basicHttpBinding" maxReceivedMessageSize="" maxBufferSize=""&
&&&&&&&&& &security mode="None"/&
&&&&&&& &/binding&
&&&&&&& &!-- note: To enable https/SSL support for the Analytics module, uncomment this binding --&
&&&&&&& &!--&binding name="webBinding" maxReceivedMessageSize="" maxBufferSize=""&
&&&&&&&&& &security mode="Transport"&
&&&&&&&&&&& &transport clientCredentialType="None"/&
&&&&&&&&& &/security&
&&&&&&& &/binding&--&
&&&&& &/basicHttpBinding&
&&& &/bindings&
&&& &behaviors&
&&&&& &endpointBehaviors&
&&&&&&& &behavior name="SitefinityWebApp.Sitefinity.Services.Content.EventsAspNetAjaxBehavior"&
&&&&&&&&& &enableWebScript/&
&&&&&&& &/behavior&
&&&&& &/endpointBehaviors&
&&&&& &serviceBehaviors&
&&&&&&& &behavior&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="true"/&
&&&&&&&&& &!--&openAccessWorkflowTracking applicationName="/workflow" /&--&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsServiceBehavior"&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="false"/&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Analytics.Server.GoogleAnalyticsPlugin.Services.AccountsServiceBehavior"&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="false"/&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.DashboardDataBehavior"&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="false"/&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.MapDataServiceBehavior"&
&&&&&&&&& &serviceMetadata httpGetEnabled="true"/&
&&&&&&&&& &serviceDebug includeExceptionDetailInFaults="false"/&
&&&&&&& &/behavior&
&&&&&&& &behavior name="Telerik.Sitefinity.Web.Services.LocalizationBehavior"/&
&&&&& &/serviceBehaviors&
&&& &/behaviors&
&&& &services&
&&&&& &service name="SitefinityWebApp.Sitefinity.Services.Content.Events"&
&&&&&&& &endpoint address="" behaviorConfiguration="SitefinityWebApp.Sitefinity.Services.Content.EventsAspNetAjaxBehavior" binding="webHttpBinding" contract="SitefinityWebApp.Sitefinity.Services.Content.Events"/&
&&&&& &/service&
&&&&& &service behaviorConfiguration="Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsServiceBehavior" name="Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsService"&
&&&&&&& &endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttpBinding" contract="Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsService"/&
&&&&&&& &!-- note: To enable https/SSL support for the Analytics module, uncomment this endpoint --&
&&&&&&& &!--&endpoint address=""
&&&&&&&&&&&&&&&&& binding="basicHttpBinding"
&&&&&&&&&&&&&&&&& bindingConfiguration="webBinding"
&&&&&

我要回帖

更多关于 unable to load type 的文章

 

随机推荐