【转】十步完成windows服务的安装
摘要:本文永久链接:http://comdeng.com/blog/article/10065.html可能是太过于懒惰的原因,研究个windows 服务的安装程序都花了大半天时间。在网上看了一些示例,大部分都言过其实,把过程搞得太过复杂,老是需要去研究如何利用InstallUtil.exe及其参数。事实上,既然要安装.net下制作的windows服务,肯定首先得在目标机器上安装有.net框架。因此,InstallUtil.exe也一定已经存在目标机器上了,因而利用微软的傻瓜式操作就能很好地解决windows服务安装和卸载的问题。过一段时间估计还要狠狠地利用windows服务来完成一些功能,为了加深
阅读全文
posted @
2011-01-30 10:48
blair0807
阅读(394)
推荐(0)
ASP.NET – The HTTP verb POST used to access path … is not allowed
摘要:ASP.NET – The HTTP verb POST used to access path … is not allowedHere’s my contribution to the search engine troubleshooter’s knowledge base.I was trying to fire up an ASP.NET web service (.asmx) on my development machine after several months of not using it. I was getting the error:“The HTTP verb P
阅读全文
posted @
2011-01-26 17:34
blair0807
阅读(967)
推荐(0)