I would like to create an application that serves web pages internally and can be run in multiple instances on the same machine. To do so, I would like to create an H
Unfortunately, this isn't possible. As Richard Dingwall already suggested, you could create a TCP listener and use that port. This approach has two possible problems: