1234567891011121314151617181920212223 |
- <?xml version="1.0"?>
- <configuration>
- <system.runtime.remoting>
- <application>
- <service>
- <wellknown mode="SingleCall" type="Infoking.BizPeri.Common.Facade.RequestService,Infoking.BizPeri.Common.Facade" objectUri="Infoking.BizPeri.Common.Facade.rem"/>
- </service>
- <channels>
- <channel ref="http"/>
- </channels>
- </application>
- <system.windows.forms jitDebugging="true"/>
- <customErrors mode="off"/>
- </system.runtime.remoting>
- <appSettings>
- <add key="SqlConnectString" value="Persist Security Info=False;server=localhost;database={0};uid=sa;pwd=Aa123456;Connect Timeout=10"/>
- <add key="DatabaseManager" value="SunRoxmManager"/>
- </appSettings>
- <system.web>
- <xhtmlConformance mode="Legacy"/>
- <compilation debug="true">
- </compilation></system.web></configuration>
|