06-02-2021, 07:54 AM
(This post was last modified: 06-02-2021, 11:13 AM by Jose Nilton Pace.)
I understand it is needed for SA, but when I install it as a service, I get the following results when executing
"netsh http show servicestate | findstr /r "Server\ Session HTTP" in a command prompt.
HTTPS://<URL>:443/
HTTP://<URL>:80/
HTTP://<URL>:8888/
The first two are defined in the OnBind event, the last one is automatically genereted, but AFAIK not needed.
Why is there a switch to disable default binding, if it doesn't allow it?
"netsh http show servicestate | findstr /r "Server\ Session HTTP" in a command prompt.
HTTPS://<URL>:443/
HTTP://<URL>:80/
HTTP://<URL>:8888/
The first two are defined in the OnBind event, the last one is automatically genereted, but AFAIK not needed.
Why is there a switch to disable default binding, if it doesn't allow it?

