I want to create a Silverlight Business Application so that I can install it Out Of Browser (OOB) on Windows and Mac computers. I want the application to use the users defined in a DNN site.
I have created the Silverlight application using the Silverlight Business Application template and have learned what I can comprehend about how it does default security. I cannot figure out how to incorporate the associated generated web site into the existing DNN site.
From a high level perspective, I think I need to turn the template generated Silverlight web site into a DNN module, and convert the generated TestPage.aspx into a ascx user control instead.
There are two services defined in the generated web site, AuthenticationService and UserRegistrationService. I have enabled the standard
System.Web.ApplicationServices.AuthenticationService on the DNN site, so I think all I need to do is configure the AuthenticationService to use that service, somehow. I don't need to use the RegistrationService as I have decided not to support remote registration, preferring to leave user registration up to the DNN site functionality.
Am I on the right path? Anyone have any examples?
Thanks
Wayne