Logging in to DotNetNuke from a Silverlight Application with RIA Authentication
Posted by: Joe Brinkman,
on 21 Jul 2009 |
View original | Bookmarked: 0 time(s)
This post will show you how to create a custom RIA Authentication system that will use DotNetNuke as the store for the users we can log in as. DotNetNuke will also be used to host the Silverlight application so we need to make a few changes to the way you normally build a Silverlight Navigation Application. So lets get started: You will need a running instance of DNN to host the application so set one of those up. Create a new Silverlight Business Application and call it DNNRIA. Next...