Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTTP Binding missing in IIS

Using IIS 7.5

Under binding type, these are the options that I see... but there's no http option available. Binding type: - net.tcp - net.pipe - net.msmq - msmq.formatname

How can I get HTTP in there? I've tried un-installing IIS and reinstalling it, didn't help..

like image 214
Faraday Avatar asked Oct 07 '12 22:10

Faraday


1 Answers

In case anyone else has this problem my final solution was to:

  1. Remove WAS (Windows Activation Services)
  2. Remove IIS
  3. Reboot
  4. Install WAS
  5. Install IIS
  6. Reboot

After that second reboot all of my bindings were back... Yay :)

like image 121
Faraday Avatar answered Oct 12 '22 22:10

Faraday