http://www.cnblogs.com/piyeyong/archive/2012/08/15/2640004.html
另外,配置防火墙,高级设置,允许指定端口可被访问即可。
需要注意:先安装.net framework,在安装IIS. 如果没有按照此顺序可执行:
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir
重新注册.net framework到IIS.
另外,如果是IIS7.5 版本及以下,需要在web.config中配置:
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
</system.webServer>