-
I am evaluating CSLA.NET for an MVC project that I am working on. We would like to us MVC 4 but we are running into some issues with the Csla.ApplicationContext.User.IsInRole method and custom principals and identities. I have been working on a solution using the CSLA.NET 4.5.11 beta, but we have experienced...
-
First of all i must say i am not a CSLA programmer, im a web programmer with the mandate to convert a part of a "winform CSLA 1.0" application to an ASP.NET application using the same core as the winform app (and i should mention i am sorry for the bad english my french sometimes takes over...
-
We have an ASP.NET MVC 2 CSLA 3.6.2 application. We are using a custom identity and principal objects and modified the Global.asax appropriately to rehydrate Csla.ApplicationContext.User with the custom principal from session. I have attached the code snippets below. The issue is that when we run a load...
-
Howdy, We are building a Silverlight 4 application and are using WCF for the dataportal. It is configured to use SSL with Transport security on a basicHttpBinding endpoint. After launching the application, the client contacts the server through the DP to pull a list of values to populate a drop down...