I developed an ASP.NET application that needs to be run in multiple instances on my machine (IIS7). I need to configure SSL for each instance, but I lose the ability to bind to a specific host name (this option is available only with regular HTTP). So how can I distinguish between instances?
If I try to add more than 1 SSL bindings, I get the error message "At least one other site uses the same HTTPS binding and the binding is configured with a different certificate (...)".
What to do?
Alex source
share