I have an application writtin in DOT NET Farmework 3 that uses wcf, everything works fine under windows 2003 iis6 and windows 2008 iis7 - yet under windows 7 and windows 2008r2 iis 7.5 the application fails when using ssl.
The test webpage to verify the service returns succesfully i.e
svcutil.exe https://*********.com/AlphapckWebServer/service.svc?wsdl
but when i try to run the application that communicates through the app nothing - any ideas what difference between iis7 and iis 7.5 is likely to be causing this?
I also get a 404 when using port 443 in the iis logs but a 200 when using port 80
Thanks
James