Re: [Mono-aspnet-list] [System.InvalidOperationException]: Contract '...' was not found in the implemented contracts in this service host.

2011-03-03 Thread Uli Hertlein
Hi, nothing? :-( Does anyone have a similar environment, namely ASP.Net with WCF callbacks, webHttpBinding and the following directory layout? bin/Web.Control.dll <-- implements Web.Control.IControlService (and Web.Control.ControlService) Services/ControlService.svc <-- references Web.Control

[Mono-aspnet-list] Options for Authentication

2011-03-03 Thread Tim Nelson
I've got a set of web services that must have some form of authentication passed from the mobile devices to these services to validate/identify them. My original thought was to always pass the authentication key as the first argument to every method. This will work but to me seems like a major hac