- find iisweb.vbs
- make a copy of iisweb.vbs
- rename
- modify
From:
bFirstIteration = True
To:
bFirstIteration = False
From:
line = Server.ServerComment & " (" & Server.Name & ")" & _
Space(firstLen) & strState & _
Space(secLen) & strIP & Space(thirdLen) & strPort & _
Space(fourthLen) & strHost
To:
line = strHost&":"&strPort
5. Save file
No comments:
Post a Comment