Click here to Skip to main content
15,886,724 members
Articles / Web Development / ASP.NET

Custom Fluent Nhibernate Membership and Role Provider

Rate me:
Please Sign up or sign in to vote.
4.91/5 (20 votes)
12 Aug 2012CPOL6 min read 132.2K   7.3K   92  
Custom implementation of Microsoft Membership and Role provider using Fluent Nhibernate
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="StatusControl.ascx.cs" Inherits="FNHCustomProviders.SampleApp.StatusControl" %>
        <asp:Label  class="styleP" ID="lblUserName" runat="server" Text=""></asp:Label>
          &nbsp;|
        <asp:LoginStatus ID="LoginStatus1" runat="server" 
            LoginText="[Sign In]" 
            LogoutText="[Sign Out]" 
            LogoutPageUrl="~/Default.aspx" 
            LogoutAction="Redirect" />
          &nbsp;|&nbsp;<asp:HyperLink ID="hypHome" NavigateUrl ="~/Default.aspx" runat="server">Home</asp:HyperLink>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Lead Enterprise Application development and architecture using Asp.net/C#/Ajax/SSIS with back end databases like Ms-SQL, Oracle.

You can contact me at suhel.shah@gmail.com

Comments and Discussions