Hello,
I have two projects, one is a WCF service, the other is an ASP.NET MVC site. The service is to be exposed to multiple consumers, including my MVC site. Both the site and the service require access over SSL. I only have one SSL certificate I can use.
Any ideas how I can set these two projects up in IIS?
Thanks in advance.