文章分类 -  Other

安装卸载服务的命令
摘要:1. 注册window service 将 %windir%\Microsoft.NET\Framwork\V4.0.30319下的InstallUtil.exe和InstallUtil.config拷贝到服务的路径下执行命令"InstallUtil.exe MyWindowsService.exe"注册这个服务,使它建立一个合适的注册项。InstallUtil.exe "E:\Goldnex\Projects\MarketPriceService\MarketPriceService.Service\bin\Debug\MarketPriceService.Service.exe"卸载服务I 阅读全文
posted @ 2010-10-11 11:45 blair0807 阅读(587) 评论(0) 推荐(0)
unable to start debugging on the web server
摘要:如果遇到这些错误,则需要考虑以下几个问题:要检查的内容远程服务器上的 Web 应用程序存储在 Visual SourceSafe 中并使用 FrontPage 服务器扩展的 Web 应用程序手动附加要检查的内容如果得到“无法在 Web 服务器上启动调试”错误,请尝试检查下列内容:您是否正在运行一个允许 Visual Studio 调试器自动附加到 Web 应用程序的 Win... 阅读全文
posted @ 2009-09-07 16:10 blair0807 阅读(324) 评论(0) 推荐(0)