Restart IIS: run "iisreset" command
check port usage: netstat -ano
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