Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I use umbraco 5.1 , .net 4.0
The Rich Text Editor does not work when I set debug = false , enableCompositeFiles=true and use https protocol.
I need to combine files and use minification . This problem occurs with https protocol, but it does not occur with http protocol .
I guess have problem umbraco 5.1 and https (Rich Text Editor not work). Cliend Dependency version is 1.4.0.0
Please help me fix this issue.
Below is ClientDependency Config :
<?xml version="1.0"?><clientDependency version="46"> <mvc defaultRenderer="StandardRenderer"> <renderers> <add name="StandardRenderer" type="ClientDependency.Core.FileRegistration.Providers.StandardRenderer, ClientDependency.Core" enableCompositeFiles="true"/> </renderers> </mvc> <compositeFiles defaultFileProcessingProvider="CompositeFileProcessor" compositeFileHandlerPath="~/DependencyHandler.axd"> <fileProcessingProviders> <add name="CompositeFileProcessor" type="ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider, ClientDependency.Core" enableCssMinify="true" enableJsMinify="true" persistFiles="true" compositeFilePath="~/App_Data/ClientDependency" urlType="Base64QueryStrings"/> </fileProcessingProviders> </compositeFiles></clientDependency>
Best Regards,
Lam
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Rich Text Editor does not work with SSL - Umbraco 5.1
I use umbraco 5.1 , .net 4.0
The Rich Text Editor does not work when I set debug = false , enableCompositeFiles=true and use https protocol.
I need to combine files and use minification . This problem occurs with https protocol, but it does not occur with http protocol .
I guess have problem umbraco 5.1 and https (Rich Text Editor not work). Cliend Dependency version is 1.4.0.0
Please help me fix this issue.
Below is ClientDependency Config :
<?xml version="1.0"?>
<clientDependency version="46">
<mvc defaultRenderer="StandardRenderer">
<renderers>
<add name="StandardRenderer" type="ClientDependency.Core.FileRegistration.Providers.StandardRenderer, ClientDependency.Core"
enableCompositeFiles="true"/>
</renderers>
</mvc>
<compositeFiles defaultFileProcessingProvider="CompositeFileProcessor" compositeFileHandlerPath="~/DependencyHandler.axd">
<fileProcessingProviders>
<add name="CompositeFileProcessor"
type="ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider, ClientDependency.Core"
enableCssMinify="true"
enableJsMinify="true"
persistFiles="true"
compositeFilePath="~/App_Data/ClientDependency"
urlType="Base64QueryStrings"/>
</fileProcessingProviders>
</compositeFiles>
</clientDependency>
Best Regards,
Lam
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.