SilverlightShow: Authorization in Silverlight, part 3: securing your service calls. Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) Re: Authorization in Silverlight, part 3: securing your service calls. <p>Hi,</p> <p>I solved the '404 on the login.aspx' problem by changing the connection credentials in the Application Settings. The Web Application was set to use "Application user (pass-through authentication)" [see "Connect As" in the Edit Application dialog]. Once this was changed to a "Specific user", all was well.</p> <p>Hope that helps anyone with the same problem.</p> <p>Matt</p> http://www.silverlightshow.net/items/Authorization-in-Silverlight-part-3-securing-your-service-calls.aspx#comment8064 MattHousley http://www.silverlightshow.net/items/Authorization-in-Silverlight-part-3-securing-your-service-calls.aspx Tue, 15 May 2012 15:29:13 GMT Re: Authorization in Silverlight, part 3: securing your service calls. These are a great set of articles thank you.<br /> <br /> When I run these under Visual Studio, they work great, but when I deploy into IIS, I get a 404 for /MVVM.WebHost/login.aspx<br /> <br /> Any ideas what's causing this? http://www.silverlightshow.net/items/Authorization-in-Silverlight-part-3-securing-your-service-calls.aspx#comment8001 MattHousley http://www.silverlightshow.net/items/Authorization-in-Silverlight-part-3-securing-your-service-calls.aspx Mon, 30 Apr 2012 12:44:39 GMT Re: Authorization in Silverlight, part 3: securing your service calls. <p>Is there any downside to wrapping a WCF service in an RIA service other then the mentioned cross domain issue? Performance?</p> <p>I had not considered this and have my WCF services as "pure" WCF services using the security techniques that you descibed.  It is a pain to maintain the WCF service references (I forget to update the reference way too many times after making a service contract change :-) ) and to fiddle with the endpoints for http versus https.  Getting rid of these alone would make it worth my while to recast as RIA services.</p> http://www.silverlightshow.net/items/Authorization-in-Silverlight-part-3-securing-your-service-calls.aspx#comment7058 Mark2002 http://www.silverlightshow.net/items/Authorization-in-Silverlight-part-3-securing-your-service-calls.aspx Sat, 29 Oct 2011 00:13:29 GMT