Web.config 796 B

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <system.runtime.remoting>
  4. <application>
  5. <service>
  6. <wellknown mode="SingleCall" type="Infoking.BizPeri.Common.Facade.RequestService,Infoking.BizPeri.Common.Facade" objectUri="Infoking.BizPeri.Common.Facade.rem"/>
  7. </service>
  8. <channels>
  9. <channel ref="http"/>
  10. </channels>
  11. </application>
  12. <system.windows.forms jitDebugging="true"/>
  13. <customErrors mode="off"/>
  14. </system.runtime.remoting>
  15. <appSettings>
  16. <add key="SqlConnectString" value="Persist Security Info=False;server=localhost;database={0};uid=sa;pwd=Aa123456;Connect Timeout=10"/>
  17. <add key="DatabaseManager" value="SunRoxmManager"/>
  18. </appSettings>
  19. <system.web>
  20. <xhtmlConformance mode="Legacy"/>
  21. <compilation debug="true">
  22. </compilation></system.web></configuration>