代码改变世界

IIS 相关

2014-06-24 23:15  Wizardlsw  阅读(155)  评论(0编辑  收藏  举报

 

Restart IIS: run "iisreset" command

check port usage: netstat -ano

How to set up SSL in IIS

How to set up a HTTPS service in IIS

How to trust IIS Express self-signed SSL certificates

 

AutoStart:
https://msdn.microsoft.com/en-us/library/ee677261(Configure Auto-Start Using IIS Manager

Configure Auto-Start Using Windows Server AppFabric Cmdlets

It needs: 

  • Application Pool: Integrated Mode
  • .Net Framework version: V4.0
  • startMode: alwaysRunning
  • Start application pool immediately setting in the Edit Application Pool dialog box