→ Having trouble accessing our new support portal or creating a ticket? Please notify our team here

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
physh
Engaged Sweeper
After a server reboot, IIS wouldn't start since IIS Express was using the binding.
Please fix for release.
7 REPLIES 7
Hemoco
Lansweeper Alumni
We were able to reproduce the problem.
physh
Engaged Sweeper
lansweeper is on 443, IIS Express I don't know since it's installed by the beta installer. Anyway, there seems to be a misconfiguration in there.

I see that in IISExpress..config:

<sites>
<site name="Lansweeper" id="1" serverAutoStart="true">
<application path="/" applicationPool="Clr2ClassicAppPool">
<virtualDirectory path="/" physicalPath="C:\Program Files\Lansweeper\website" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:80:" />
</bindings>
</site>
Hemoco
Lansweeper Alumni
physh wrote:
lansweeper is on 443, IIS Express I don't know since it's installed by the beta installer. Anyway, there seems to be a misconfiguration in there.

I see that in IISExpress..config:

<sites>
<site name="Lansweeper" id="1" serverAutoStart="true">
<application path="/" applicationPool="Clr2ClassicAppPool">
<virtualDirectory path="/" physicalPath="C:\Program Files\Lansweeper\website" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:80:" />
</bindings>
</site>

IIS express is only installed if you used the "lansweeper build-in webserver" before.
Maybe you had both installed on the machine?
dteague
Engaged Sweeper III
Lansweeper wrote:
IIS express is only installed if you used the "lansweeper build-in webserver" before.
Maybe you had both installed on the machine?


I can tell you when I installed the beta, it installed IIS Express as well, and I never used the built-in webserver on this box. It has always used "True" IIS.
Hemoco
Lansweeper Alumni
dteague wrote:
I can tell you when I installed the beta, it installed IIS Express as well, and I never used the built-in webserver on this box. It has always used "True" IIS.

Did you do an upgrade of the existing installation or a new installation?
dteague
Engaged Sweeper III
Lansweeper wrote:
Did you do an upgrade of the existing installation or a new installation?


Did an upgrade. I was working with someone because the beta install was crashing when looking for SQL servers.
Hemoco
Lansweeper Alumni
Are they both bound to the same port?
What was the exact error you got?

When you install with IIS express you can choose a free port.