你可以使用命令行实用程序InstallUtil.exe来安装服务,例如,它是.NET Framework自带的。 C:\Windows/Microsoft.NET/Framework/v4.0.30319/InstallUtil.exe "C:\MyProjects/WcfService1/WindowsService1/Debug/WindowsService1.exe" 你可以用命令启动服务: net start ReportService 打开网页浏览器,查看app.config中baseAdd...
# NOTICE: set this parameter to true will slow the loading of trunk spaces # when startup. you should set this parameter to true when neccessary. trunk_init_check_occupying = false # if ignore storage_trunk.dat, reload from trunk binlog # default value is false # since V3.10 # set t...
transportclientCredentialType="None"/></security></binding></basicHttpBinding></bindings></system.serviceModel><startup><supportedRuntimeversion="v4.0"sku=".NETFramework,Version=v4.0"/></startup></configuration> 我的前几篇关于FastReport WCF服务的博客:...
# max concurrent connections server supported # max_connections worker threads start when this service startup max_connections=256 # 同上文 # work thread count, should <= max_connections # default value is 4 # since V2.00 # V2.0引入的这个参数,工作线程数,通常设置为CPU数 work_threads=4 # th...
<startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> </startup> </configuration> 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25.