| | |
| | | <?xml version="1.0"?> |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <configuration> |
| | | <appSettings> |
| | | <add key="webpages:Version" value="2.0.0.0"/> |
| | |
| | | <add key="ClientValidationEnabled" value="true"/> |
| | | <add key="UnobtrusiveJavaScriptEnabled" value="true"/> |
| | | </appSettings> |
| | | <!-- |
| | | 有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。 |
| | | |
| | | 可在 <httpRuntime> 标记上设置以下特性。 |
| | | <system.Web> |
| | | <httpRuntime targetFramework="4.8" /> |
| | | </system.Web> |
| | | --> |
| | | <system.web> |
| | | <httpRuntime targetFramework="4.5"/> |
| | | <compilation debug="true" targetFramework="4.8"/> |
| | | <compilation debug="true" targetFramework="4.5"/> |
| | | <pages> |
| | | <namespaces> |
| | | <add namespace="System.Web.Helpers"/> |
| | |
| | | </namespaces> |
| | | </pages> |
| | | </system.web> |
| | | |
| | | <system.webServer> |
| | | <validation validateIntegratedModeConfiguration="false"/> |
| | | <handlers> |
| | |
| | | </handlers> |
| | | <directoryBrowse enabled="true"/> |
| | | </system.webServer> |
| | | |
| | | <system.serviceModel> |
| | | <bindings> |
| | | <basicHttpBinding> |
| | |
| | | <endpoint address="http://127.0.0.1:8733/Design_Time_Addresses/iWareCc.WCF.ControlCenter/ControlCenterWcfService/" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IControlCenterWcfService" contract="ControlCenterWcfService.IControlCenterWcfService" name="BasicHttpBinding_IControlCenterWcfService"/> |
| | | </client> |
| | | </system.serviceModel> |
| | | |
| | | <connectionStrings> |
| | | <add name="DbModelExcel" connectionString="data source=.;initial catalog=WGQ_WB19011_EXCEL;persist security info=True;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient"/> |
| | | <add name="DbModelLog" connectionString="data source=.;initial catalog=WGQ_WB19011_LOG;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient"/> |