Merge pull request 'B2023-096 set PROMS to defaution to Production mode' (#116) from B2023-096_BuildForProduction into Development
Merging into Development after successful code review
This commit is contained in:
commit
f32553846f
@ -64,7 +64,7 @@
|
|||||||
</logger>
|
</logger>
|
||||||
</log4net>
|
</log4net>
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<add key="OperatingMode" value="Debug"/>
|
<add key="OperatingMode" value="Production" />
|
||||||
<!--"Debug" "Production" "Demo"/-->
|
<!--"Debug" "Production" "Demo"/-->
|
||||||
<add key="OriginalPageBreak" value="False" />
|
<add key="OriginalPageBreak" value="False" />
|
||||||
<add key="CslaAuthentication" value="Windows" />
|
<add key="CslaAuthentication" value="Windows" />
|
||||||
@ -85,6 +85,7 @@
|
|||||||
value="EnterpriseServicesHost.EnterpriseServicesProxy,
|
value="EnterpriseServicesHost.EnterpriseServicesProxy,
|
||||||
EnterpriseServicesHost"/>
|
EnterpriseServicesHost"/>
|
||||||
-->
|
-->
|
||||||
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||||
</appSettings>
|
</appSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="VEPROMS" connectionString="Data Source=VOLIAN-SERVER;User Id=proms2010;password=proms2010;Initial Catalog=VEPROMS" providerName="System.Data.SqlClient" />
|
<add name="VEPROMS" connectionString="Data Source=VOLIAN-SERVER;User Id=proms2010;password=proms2010;Initial Catalog=VEPROMS" providerName="System.Data.SqlClient" />
|
||||||
@ -179,4 +180,19 @@
|
|||||||
</setting>
|
</setting>
|
||||||
</UISampleNetBar1.Properties.Settings>
|
</UISampleNetBar1.Properties.Settings>
|
||||||
</userSettings>
|
</userSettings>
|
||||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
||||||
|
</startup>
|
||||||
|
<system.web>
|
||||||
|
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
||||||
|
<providers>
|
||||||
|
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
||||||
|
</providers>
|
||||||
|
</membership>
|
||||||
|
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
||||||
|
<providers>
|
||||||
|
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
||||||
|
</providers>
|
||||||
|
</roleManager>
|
||||||
|
</system.web>
|
||||||
|
</configuration>
|
Loading…
x
Reference in New Issue
Block a user