Delete Extra Files
This commit is contained in:
parent
449aafe0cf
commit
a37a128bed
2 changed files with 0 additions and 118 deletions
|
@ -1,63 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<configuration>
|
|
||||||
<configSections>
|
|
||||||
<section name="microsoft.web.services3" type="Microsoft.Web.Services3.Configuration.WebServicesConfiguration, Microsoft.Web.Services3"/>
|
|
||||||
</configSections>
|
|
||||||
|
|
||||||
|
|
||||||
<connectionStrings>
|
|
||||||
<add name="EnterpriseServer" connectionString="server=sql-01;database=WSPTEST2;uid=WSPTEST;pwd=!QAZxsw2;" providerName="System.Data.SqlClient" />
|
|
||||||
</connectionStrings>
|
|
||||||
<appSettings>
|
|
||||||
<!-- Encryption util settings -->
|
|
||||||
<add key="WebsitePanel.CryptoKey" value="0k8x5qbh0t1zk24cb8ym" />
|
|
||||||
<!-- A1D4KDHUE83NKHddF -->
|
|
||||||
<add key="WebsitePanel.EncryptionEnabled" value="true" />
|
|
||||||
<!-- Web Applications -->
|
|
||||||
<add key="WebsitePanel.EnterpriseServer.WebApplicationsPath" value="~/WebApplications" />
|
|
||||||
<!-- Communication settings -->
|
|
||||||
<!-- Maximum waiting time when sending request to the remote server
|
|
||||||
The value is in seconds. "-1" - infinite. -->
|
|
||||||
<add key="WebsitePanel.EnterpriseServer.ServerRequestTimeout" value="3600" />
|
|
||||||
<add key="WebsitePanel.AltConnectionString" value="ConnectionString" />
|
|
||||||
<add key="WebsitePanel.AltCryptoKey" value="CryptoKey" />
|
|
||||||
</appSettings>
|
|
||||||
|
|
||||||
|
|
||||||
<system.web>
|
|
||||||
<!-- Disable any authentication -->
|
|
||||||
<authentication mode="None"/>
|
|
||||||
<!-- Correct HTTP runtime settings -->
|
|
||||||
<httpRuntime executionTimeout="3600" maxRequestLength="16384"/>
|
|
||||||
<!-- Set globalization settings -->
|
|
||||||
<globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8"/>
|
|
||||||
<!-- Web Services settings -->
|
|
||||||
<webServices>
|
|
||||||
<protocols>
|
|
||||||
<!--
|
|
||||||
<remove name="HttpPost"/>
|
|
||||||
<remove name="HttpPostLocalhost"/>
|
|
||||||
<remove name="HttpGet"/>
|
|
||||||
-->
|
|
||||||
</protocols>
|
|
||||||
<soapServerProtocolFactory type="Microsoft.Web.Services3.WseProtocolFactory, Microsoft.Web.Services3"/>
|
|
||||||
</webServices>
|
|
||||||
<compilation targetFramework="4.0" debug="true"/>
|
|
||||||
</system.web>
|
|
||||||
<!-- WSE 3.0 settings -->
|
|
||||||
<microsoft.web.services3>
|
|
||||||
<diagnostics>
|
|
||||||
<trace enabled="false" input="InputTrace.webinfo" output="OutputTrace.webinfo"/>
|
|
||||||
</diagnostics>
|
|
||||||
<messaging>
|
|
||||||
<maxMessageLength value="-1"/>
|
|
||||||
<mtom clientMode="On"/>
|
|
||||||
</messaging>
|
|
||||||
<security>
|
|
||||||
<securityTokenManager>
|
|
||||||
<add type="WebsitePanel.EnterpriseServer.ServiceUsernameTokenManager, WebsitePanel.EnterpriseServer.Code" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" localName="UsernameToken"/>
|
|
||||||
</securityTokenManager>
|
|
||||||
</security>
|
|
||||||
<policy fileName="WsePolicyCache.Config"/>
|
|
||||||
</microsoft.web.services3>
|
|
||||||
</configuration>
|
|
|
@ -1,55 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<appSettings>
|
|
||||||
<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" />
|
|
||||||
</appSettings>
|
|
||||||
<system.web>
|
|
||||||
<!-- SiteMap settings -->
|
|
||||||
<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="512000000" 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 -->
|
|
||||||
<authentication mode="Forms">
|
|
||||||
<forms name=".WEBSITEPANELPORTALAUTHASPX" protection="All" timeout="30" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" domain="" enableCrossAppRedirects="false">
|
|
||||||
</forms>
|
|
||||||
</authentication>
|
|
||||||
<!-- Custom errors -->
|
|
||||||
<customErrors mode="RemoteOnly" defaultRedirect="~/error.htm" />
|
|
||||||
<!-- Default authorization settings -->
|
|
||||||
<authorization>
|
|
||||||
<allow users="*" />
|
|
||||||
</authorization>
|
|
||||||
<!-- Globalization settings -->
|
|
||||||
<globalization culture="auto:en-US" uiCulture="auto:en" requestEncoding="UTF-8" responseEncoding="UTF-8"></globalization>
|
|
||||||
<compilation debug="true" targetFramework="4.0">
|
|
||||||
</compilation>
|
|
||||||
</system.web>
|
|
||||||
<system.webServer>
|
|
||||||
<validation validateIntegratedModeConfiguration="false" />
|
|
||||||
<handlers>
|
|
||||||
<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" />
|
|
||||||
</handlers>
|
|
||||||
<modules>
|
|
||||||
<add name="SecureSession" type="WebsitePanel.WebPortal.SecureSessionModule" />
|
|
||||||
</modules>
|
|
||||||
</system.webServer>
|
|
||||||
</configuration>
|
|
Loading…
Add table
Add a link
Reference in a new issue