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 www.mydomain.com, and the services are accesed through ip_address/myService/method...