http://sandrinodimattia.net/fixing-common-issues-when-hosting-a-net-4-0-wcf-service-in-iis-7/ Until today I never had to host a WCF service in IIS… I always prefered using a ServiceHost in a Windows Service. Before getting my service up and running I…
Vim编辑器点滴积累 vim tab键空格数量控制 参考链接 临时:进入VIM,执行: :set tabstop=4 永久:编辑用户目录下.vimrc文件,添加:set tabstop=4 vim 安装YouCompleteMe插件,启动时提示"YouCompleteme unavailable : no module named future" http://www.jianshu.com/p/d908ce81017a 参考:http://www.cnblogs.com/shanql…
IIS Version Special cases for 32-bit versions of Aspnet_regiis.exe 6.0 You can run the 32-bit version of Aspnet_regiis.exe under a 64-bit IIS 6.0 installation on Windows Server 2003 with the following restrictions: The 32-bit version runs only if IIS…
此文参考来源:http://luowei1371984.blog.163.com/blog/static/440415892012726448381/ 描述:在访问网站是会遇到这样的问题,提示“HTTP Error 503. The service is unavailable”, 并且在IIS中相对应的应用程序池会自动关闭. 解决方案: 打开IIS管理器应用程序池,找到您的应用程序池账户进行“高级设置”,修改应用程序池“标识”后重启(运行:iisreset),如下图:…
此文来自:http://blog626.blog.163.com/blog/static/105610732201051591450870/ 搭建IIS时出现如下错误: HTTP Error 500.21 - Internal Server Error Handler "WebServiceHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.…
How messages reach a service endpoint is a matter of protocols and hosting. IIS can host services over HTTP protocol,the Windows Activation Service (WAS) can support others such as TCP and named pipes,and self-hosting can support many protocols and i…