Is it possible to use the same SSL certificate for a windows service and an ASP.NET MVC application in IIS.
Both the Windows service and the MVC app are hosted on a Windows Server 2008 machine with IIS 7.
The MVC web is accessed with http://www.mydomain.com, and the services are accesed through ip_address/myService/method…
SSL Certs are tied to domain names, not IP address. So I belive the answer to your question is no.
See:
ip based ssl certificate