Hi, I couldn't find the answer to this question in this forum but apologies if it exists.
I have a WCF service, using basicHttpBinding, which talks to the sharepoint object model toget some search queries back. Thisworks inthe virtual hosting environment. I have hosted the .svc file in a virtual directory (called "_wcf")on the SharePoint server, with the DLL for the service in the GAC. When I put in
http://servername/_wcf/servicename.svc i can seethe service.
To make matters more yucky, I have a Silverlight application hosted in this SharePoint in a web part. The silverlight application references the above service, however when it comes to using it (at runtime)it prompts me for a login box. Do I need to pass some sort of authentication in the config file? If so, the client config or the service config?! Also, could it maybe a possibility that I just have a bug in the DLL of my service and it's trying to find authentication to debug it? (The last one might be something I just made up)
Hope this makes sense, TIA
M.