I have a silverlight 4 app.When I made that it created 2 projects. My actual silverlight app and one called MySolutionName.web (not sure what that does except host my silverlight page).
I have a WCF web service running in IIS 7 using a self-signed certificate (it\'s a proof of concept to make sure this is the route I want to go). It\'s required to use SSL.
I\'ve found the Visual Studio WCF test client quite useful when it comes to a quick test of my WCF service.
Actually i implemented WCF service in IIS Host Using WCF Test Client tool I get this error: \"this Operation is not supported in WCF Test Client\".