|
|
@@ -9,7 +9,7 @@
|
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
|
</configSections>
|
|
|
<connectionStrings>
|
|
|
- <add name="Default" connectionString="Server=.\SQLEXPRESS; Database=DBwasher2025; User Id=sa;Password=123456" providerName="System.Data.SqlClient" />
|
|
|
+ <add name="Default" connectionString="Server=localhost; Database=DBwasher2025; User Id=sa;Password=123456" providerName="System.Data.SqlClient" />
|
|
|
<!-- <add name="Default" connectionString="Server=101.132.184.49; Database=DBwasher2020; User Id=sa;Password=Iwb2017;MultipleActiveResultSets=true;" providerName="System.Data.SqlClient" /> -->
|
|
|
</connectionStrings>
|
|
|
<entityFramework>
|
|
|
@@ -46,7 +46,7 @@
|
|
|
<globalization culture="auto" uiCulture="auto" />
|
|
|
<compilation debug="true" targetFramework="4.6.1" />
|
|
|
<httpRuntime targetFramework="4.5.1" maxRequestLength="204800" useFullyQualifiedRedirectUrl="true" executionTimeout="300" />
|
|
|
- <customErrors mode="On" />
|
|
|
+ <customErrors mode="Off" />
|
|
|
</system.web>
|
|
|
<runtime>
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|