代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
https://go.microsoft.com/fwlink/?LinkId=301880
-->
<configuration>
<configSections>
<section name="UploadConfig" type="FancyFix.Tools.Config.UploadConfig,Tools" />
</configSections>
<connectionStrings>
<add name="ConnectionString" connectionString="Data Source=.;User ID=sa;Password=123;Initial Catalog=OA;" />
</connectionStrings>
<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="LogPath" value="~/log" />
<add key="filePath" value="E:\workspace\Fancy-fix\源代码\OA\FancyFix.OA\FancyFix.OA\Content\files" />
<!--域名-->
<add key="domain" value="fancyfix.com" />
<add key="weburl" value="http://www.fancyfix.com" />
<!--超级管理员用户Id-->
<add key="SuperAdminIds" value="1" />
</appSettings>
<!--网站文件保存目录-->
<UploadConfig>
<Settings>
<!--网站文件-->
<add name="file" filePath="E:\workspace\Fancy-fix\源代码\OA\FancyFix.OA\FancyFix.OA\Content\files\web\file\" urlFilePath="/Content/img/web/file/" allowUpload=".rar|.zip|.doc|.docx|.xls|.xlsx|.pdf|.txt" maxFileSize="52428800" createSmallPic="false" width="0" height="0" createMiddlePic="false" createBigPic="false" maxWidth="0" maxHeight="0" addWaterMark="false" waterMarkType="image" waterMarkImgOrTxt="/common/images/logo.png" transparency="1" />
<!--网站图片-->
<add name="web" filePath="E:\workspace\Fancy-fix\源代码\OA\FancyFix.OA\FancyFix.OA\Content\files\web\common\" urlFilePath="/Content/files/web/common/" allowUpload=".gif|.jpg|.jpeg|.bmp|.png" maxFileSize="10484560" createSmallPic="true" width="260" height="240" createMiddlePic="false" createBigPic="false" maxWidth="1920" maxHeight="1080" addWaterMark="false" waterMarkType="image" waterMarkImgOrTxt="/common/images/logo.png" transparency="0.3" />
</Settings>
</UploadConfig>
<system.web>
<!--session状态保持-->
<sessionState mode="StateServer" timeout="120" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" />
<httpCookies domain="fancyfix.com" />
<compilation debug="true" targetFramework="4.6.2" />
<httpRuntime executionTimeout="240" maxQueryStringLength="2097151 " maxRequestLength="2097151 " requestValidationMode="2.0" targetFramework="4.6.2" />
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ApplicationInsightsWebTracking" />
</modules>
<security>
<requestFiltering>
<requestLimits maxQueryString="2147483647" maxAllowedContentLength="2147483647" />
</requestFiltering>
</security>
<staticContent>
<remove fileExtension=".eot" />
<remove fileExtension=".svg" />
<remove fileExtension=".woff" />
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
<mimeMap fileExtension=".woff2" mimeType="application/x-font-woff" />
</staticContent>
<handlers>
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
<remove name="OPTIONSVerbHandler" />
<remove name="TRACEVerbHandler" />
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<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.5.2.14234" newVersion="1.5.2.14234" />
</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.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.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>
</assemblyBinding>
</runtime>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" />
</compilers>
</system.codedom>
</configuration>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。