|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<configuration>
|
|
|
<appSettings>
|
|
|
<add key="webpages:Version" value="2.0.0.0" />
|
|
|
<add key="webpages:Enabled" value="false" />
|
|
|
<add key="PreserveLoginUrl" value="true" />
|
|
|
<add key="ClientValidationEnabled" value="true" />
|
|
|
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
|
|
<add key="AppVersion" value="1.0.0.0"/>
|
|
|
<add key="WeakKey" value="877995_61c6847b90acce03fbca5f928d4e7371"/>
|
|
|
<add key="BlueTubeApp" value="/App_Data/BlueTube.zip"/>
|
|
|
<add key="BlueTubeAppSetup" value="/App_Data/Bluetube.Installer.exe"/>
|
|
|
<add key="ShowAds" value="False"/>
|
|
|
</appSettings>
|
|
|
|
|
|
<system.web>
|
|
|
|
|
|
<compilation debug="true" targetFramework="4.0" />
|
|
|
|
|
|
<pages>
|
|
|
<namespaces>
|
|
|
<add namespace="System.Web.Helpers" />
|
|
|
<add namespace="System.Web.Mvc" />
|
|
|
<add namespace="System.Web.Mvc.Ajax" />
|
|
|
<add namespace="System.Web.Mvc.Html" />
|
|
|
<add namespace="System.Web.Routing" />
|
|
|
<add namespace="System.Web.WebPages" />
|
|
|
</namespaces>
|
|
|
</pages>
|
|
|
</system.web>
|
|
|
|
|
|
<system.webServer>
|
|
|
<validation validateIntegratedModeConfiguration="false" />
|
|
|
|
|
|
<modules runAllManagedModulesForAllRequests="true" />
|
|
|
|
|
|
<handlers>
|
|
|
<remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
|
|
|
<remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
|
|
|
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
|
|
|
<add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
|
|
<add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
|
|
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
|
|
</handlers></system.webServer>
|
|
|
</configuration>
|
|
|
|