The membership provider is a poor abstraction. The authentication is provided by forms authentication, not by the provider. The provider is just poorly designed. ________________________________________ From: [email protected] [[email protected]] on behalf of Mike [[email protected]] Sent: 23 March 2010 18:16 To: nhusers Subject: [nhusers] Re: Select from a view, update back to the table
It's design might be piss poor but it's a tried and true method for website authentication. On Mar 23, 12:49 pm, Sebastien Lambla <[email protected]> wrote: > Just ditch the membership provider, it's not worth the effort, its design is > piss poor. > > > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of > Mike > Sent: 23 March 2010 17:48 > To: nhusers > Subject: [nhusers] Re: Select from a view, update back to the table > > I am trying to incorporate my user domain object with the ASP.NET > Membership Tables. Instead of mapping objects for my membership > tables, I just want to create a view that joins the fields I want, > then mark them to not update or insert in NHibernate. Sound > reasonable? > > Thanks for your help! > > On Mar 23, 12:16 pm, Diego Mijelshon <[email protected]> wrote: > > Yes, have a look athttp://nhforge.org/doc/nh/en/index.html#querysql-cud > > andhttp://nhforge.org/doc/nh/en/index.html#querysql-load > > <http://nhforge.org/doc/nh/en/index.html#querysql-load>However, it would be > > interesting to know WHY do you want to do this... > > > Diego > > > On Tue, Mar 23, 2010 at 12:04, Mike <[email protected]> wrote: > > > Hello, > > > I'm trying to set up my NHibernate 2.1 mapping file so my class can > > > retrieve data from a view, but then update back to the table. Does > > > anybody have an example on how to make this work? Thanks!! > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "nhusers" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<nhusers%[email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/nhusers?hl=en.-Hide quoted text - > > > - Show quoted text - > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/nhusers?hl=en.- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
