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.
 
 

37 lines
2.0 KiB

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<connectionStrings>
<!-- 開發環境-->
<!--<add name="OrigtekSQLConn" connectionString="server=.;database=OPMS_Online;uid=sa;pwd=i'mnelson"/>
<add name="OEnergySQLConn" connectionString="server=192.168.1.101;database=OPMS_Online;uid=sa;pwd=bk6711"/>-->
<!--測試密碼改寫SQL : Update OTB_SYS_Members Set Password ='2DGZp2Lo0F2YF13i/sp6VA=='-->
<!-- 正式環境-->
<add name="OrigtekSQLConn" connectionString="server=192.168.1.206;database=OPMS_Online;uid=sa;pwd=!QAZ2wsx" />
<add name="OEnergySQLConn" connectionString="server=192.168.1.106;database=OPMS_Online;uid=ot;pwd=ot20140507" />
</connectionStrings>
<appSettings>
<!-- 系統預設加密解密密匙Key -->
<add key="DefaultCryptionKey" value="OTK7950future"/>
<!-- 系統預設加密解密密匙IV -->
<add key="DefaultCryptionIV" value="394820"/>
<!-- 系統預設錯誤Log路徑 -->
<add key="ErrorFilePath" value=".\Logs\ErrorLog\"/>
<add key="XMLFilePath" value=".\Setting\"/>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
<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>