You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
2.9 KiB
43 lines
2.9 KiB
2 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<!--
|
||
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
||
|
https://go.microsoft.com/fwlink/?LinkId=169433
|
||
|
-->
|
||
|
<configuration>
|
||
|
<system.web>
|
||
|
<compilation debug="true" targetFramework="4.5"/>
|
||
|
<httpRuntime targetFramework="4.5"/>
|
||
|
<httpCookies httpOnlyCookies="true" requireSSL="true" />
|
||
|
</system.web>
|
||
|
<system.web.extensions>
|
||
|
<scripting>
|
||
|
<webServices>
|
||
|
<jsonSerialization maxJsonLength="20971520"/>
|
||
|
</webServices>
|
||
|
</scripting>
|
||
|
</system.web.extensions>
|
||
|
<system.codedom>
|
||
|
<compilers>
|
||
|
<compiler language="c#;cs;csharp" extension=".cs"
|
||
|
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.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=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
|
||
|
warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"/>
|
||
|
</compilers>
|
||
|
</system.codedom>
|
||
|
<connectionStrings>
|
||
|
<!--<add name="SqlConnString" connectionString="server=39.97.227.79;database=BBMPTTest1;uid=sa;pwd=a1+" />
|
||
|
<add name="BBMPTEntities" connectionString="metadata=res://*/EFModel.BBMPT.csdl|res://*/EFModel.BBMPT.ssdl|res://*/EFModel.BBMPT.msl;provider=System.Data.SqlClient;provider connection string="data source=39.97.227.79;initial catalog=BBMPTTest1;user id=sa;password=a1+;multipleactiveresultsets=True;application name=EntityFramework"" providerName="System.Data.EntityClient" />-->
|
||
|
|
||
|
<!--<add name="SqlConnString" connectionString="server=10.60.101.60;database=BBMPT1;uid=sa;pwd=a1+" />-->
|
||
|
<!--<add name="BBMPTEntities" connectionString="metadata=res://*/EFModel.BBMPT.csdl|res://*/EFModel.BBMPT.ssdl|res://*/EFModel.BBMPT.msl;provider=System.Data.SqlClient;provider connection string="data source=10.60.101.60;initial catalog=BBMPT1;user id=sa;password=a1+;multipleactiveresultsets=True;application name=EntityFramework"" providerName="System.Data.EntityClient" />-->
|
||
|
|
||
|
<add name="SqlConnString" connectionString="DATA SOURCE = dev.ccwin-in.com,6191;USER ID = sa;PASSWORD = Microsoft@2021;INITIAL CATALOG = BBMPT1"/>
|
||
|
<add name="BBMPTEntities" connectionString="metadata=res://*/EFModel.BBMPT.csdl|res://*/EFModel.BBMPT.ssdl|res://*/EFModel.BBMPT.msl;provider=System.Data.SqlClient;provider connection string="data source=dev.ccwin-in.com,6191;initial catalog=BBMPT1;user id=sa;password=Microsoft@2021;multipleactiveresultsets=True;application name=EntityFramework"" providerName="System.Data.EntityClient" />
|
||
|
|
||
|
|
||
|
</connectionStrings>
|
||
|
</configuration>
|