I’m writing a Silverlight application and I’m wanting to debug my custom UserNamePasswordValidator. Since the validator requires SSL (for good reason), I cannot figure out how to debug it. I can’t seem to use SSL against the ASP.NET Developement Server associated with Visual Studio 2010. Since it is server sided, I can’t attach Visual Studio’s debugger to the process. How on earth do I debug this thing?
Thanks.
Suggest trying IIS Express, which can utilize SSL and/or localtest.me (which has ssl cert for download).