IIS Manager is showing empty list
Try command :
1. cd inetsrv
2. appcmd list sites
3. appcmd.exe list apppools
4. iisreset /status
showing Status for IIS Admin Service ( IISADMIN ) : Running
Status for Windows Process Activation Service ( WAS ) : Running
Status for Net.Msmq Listener Adapter ( NetMsmqActivator ) : Running
Status for Net.Pipe Listener Adapter ( NetPipeActivator ) : Start pending
Status for Net.Tcp Listener Adapter ( NetTcpActivator ) : Start pending
Status for World Wide Web Publishing Service ( W3SVC ) : Running
Checked the services.svc and these two services Net.Tcp and Net.Pipe are stuck at Stating
5. iisreset /restart: to reset IIS
IIS Manager is showing empty list - Stack Overflow
- can back up your applicationhost.config and then try using other working configue file from other machine or other people.
Comments
Post a Comment