134 lines
No EOL
7.2 KiB
XML
134 lines
No EOL
7.2 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
For more information on how to configure your ASP.NET application, please visit
|
|
http://go.microsoft.com/fwlink/?LinkId=301880
|
|
-->
|
|
<configuration>
|
|
<configSections>
|
|
<section name="webDavExplorerConfigurationSettings" type="WebsitePanel.WebDavPortal.WebConfigSections.WebDavExplorerConfigurationSettingsSection" allowLocation="true" allowDefinition="Everywhere"/>
|
|
</configSections>
|
|
<appSettings>
|
|
<add key="webpages:Version" value="3.0.0.0"/>
|
|
<add key="webpages:Enabled" value="false"/>
|
|
<add key="ClientValidationEnabled" value="true"/>
|
|
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
|
|
<add key="WebPortal.ThemeProvider" value="WebsitePanel.Portal.WebPortalThemeProvider, WebsitePanel.Portal.Modules" />
|
|
<add key="WebPortal.PageTitleProvider" value="WebsitePanel.Portal.WebPortalPageTitleProvider, WebsitePanel.Portal.Modules" />
|
|
<add key="ChartImageHandler" value="storage=file;timeout=20;" />
|
|
<add key="SessionValidationKey" value="DAD46D476F85E0198BCA134D7AA5CC1D7" />
|
|
|
|
<add key="WebsitePanel.CryptoKey" value="jj2n22t2kje035cg4l77" />
|
|
<add key="WebsitePanel.EncryptionEnabled" value="true"/>
|
|
<add key="WebsitePanel.AltCryptoKey" value="CryptoKey"/>
|
|
</appSettings>
|
|
<webDavExplorerConfigurationSettings>
|
|
<!--<userDomain value=""/>-->
|
|
<applicationName value="WebDAV Explorer"/>
|
|
<elementsRendering defaultCount="20" addElementsCount="20"/>
|
|
<websitePanelConstantUser login="serveradmin" password="HtR7J8dtBhovYLigXNtVutxqpvaE48Z+FBIokWZlR/g=" />
|
|
<sessionKeys>
|
|
<add key="AccountInfoSessionKey" value="AccountInfo"/>
|
|
<add key="WebDavManagerSessionKey" value="WebDavManager"/>
|
|
<add key="ResourseRenderCountSessionKey" value="ResourseRenderCount"/>
|
|
<add key="ItemIdSessionKey" value="ItemId"/>
|
|
</sessionKeys>
|
|
<fileIcons defaultPath="~/Content/Images/other-icon.png">
|
|
<add extension=".txt" path="~/Content/Images/txt-icon.png"/>
|
|
<add extension=".doc" path="~/Content/Images/word-icon.png"/>
|
|
<add extension=".docx" path="~/Content/Images/word-icon.png"/>
|
|
<add extension=".jpg" path="~/Content/Images/jpg-icon.png"/>
|
|
<add extension=".jpeg" path="~/Content/Images/jpg-icon.png"/>
|
|
<add extension=".xls" path="~/Content/Images/excel-icon.png"/>
|
|
<add extension=".xlsx" path="~/Content/Images/excel-icon.png"/>
|
|
<add extension=".png" path="~/Content/Images/png-icon.png"/>
|
|
</fileIcons>
|
|
<officeOnline isEnabled="True" url="https://vir-owa.virtuworks.net/op/view.aspx">
|
|
<add extension=".doc"/>
|
|
<add extension=".docx"/>
|
|
<add extension=".xls"/>
|
|
<add extension=".xlsx"/>
|
|
<add extension=".ppt"/>
|
|
<add extension=".pptx"/>
|
|
</officeOnline>
|
|
</webDavExplorerConfigurationSettings>
|
|
<!--
|
|
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
|
|
|
The following attributes can be set on the <httpRuntime> tag.
|
|
<system.Web>
|
|
<httpRuntime targetFramework="4.5" />
|
|
</system.Web>
|
|
-->
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.5"/>
|
|
<siteMap defaultProvider="WebsitePanelSiteMapProvider" enabled="true">
|
|
<providers>
|
|
<add name="WebsitePanelSiteMapProvider" type="WebsitePanel.WebPortal.WebsitePanelSiteMapProvider, WebsitePanel.WebPortal" securityTrimmingEnabled="true" />
|
|
</providers>
|
|
</siteMap>
|
|
<!-- Set default scheme -->
|
|
<pages theme="Default" validateRequest="false" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
|
<controls>
|
|
<add tagPrefix="ajaxToolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" />
|
|
</controls>
|
|
</pages>
|
|
<!-- Maximum size of uploaded file, in MB -->
|
|
<httpRuntime executionTimeout="1800" requestValidationMode="2.0" maxRequestLength="16384" enableVersionHeader="false" />
|
|
<!--
|
|
ASMX is mapped to a new handler so that proxy javascripts can also be served.
|
|
-->
|
|
<httpHandlers>
|
|
<add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />
|
|
</httpHandlers>
|
|
<authentication mode="Forms">
|
|
<forms name=".WEBSITEPANELWEBDAVPORTALAUTHASPX" protection="All" timeout="30" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" domain="" enableCrossAppRedirects="false"></forms>
|
|
</authentication>
|
|
<authorization>
|
|
<allow users="*" />
|
|
</authorization>
|
|
<globalization culture="auto:en-US" uiCulture="auto:en" requestEncoding="UTF-8" responseEncoding="UTF-8"></globalization>
|
|
</system.web>
|
|
<system.webServer>
|
|
<validation validateIntegratedModeConfiguration="false" />
|
|
<handlers>
|
|
<remove name="UrlRoutingModule-4.0" />
|
|
<add name="ChartImg" path="ChartImg.axd" verb="GET,HEAD,POST" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" resourceType="Unspecified" preCondition="integratedMode" />
|
|
<add name="FileHandler" path="*.*" verb="GET" type="WebsitePanel.WebDavPortal.HttpHandlers.FileTransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"/>
|
|
</handlers>
|
|
<modules>
|
|
<add name="SecureSession" type="WebsitePanel.WebPortal.SecureSessionModule" />
|
|
</modules>
|
|
</system.webServer>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="1.0.0.0-5.2.2.0" newVersion="5.2.2.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration> |