Search code examples
asp.netsilverlightserviceria

RIA with ASP.NET


Does it make sense to use RIA Services as a service provider to an ASP.NET web application as opposed to just a Silverlight application? We have an infrastructure constraint that the services and the consumer are on different physical machines thus need to cross a service boundary. We have not seen any examples of using ASP.NET as a consumer of RIA Services.


Solution

  • Yes you can here is a post that walks through using WCF RIA Services in a regular ASP.net Web Application.

    http://geekswithblogs.net/ranganh/archive/2009/12/14/using-wcf-ria-services-without-silverlight-in-visual-studio-2010.aspx