Custom providers (MembershipProvider, SiteMapProvider, ProfileProvider)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    Custom providers (MembershipProvider, SiteMapProvider, ProfileProvider)

    I need to have some simple examples of how to do the following:

    1. Create an asp.net MembershipProvi der from scratch
    2. Extend the existing XMLSiteMapProvi der that comes with asp.net to include
    an image attribute in the SiteMapNode element.
    3. Create an asp.net ProfileProvider from scratch.

    Does anybody have any links on how to do the above?


  • sloan

    #2
    Re: Custom providers (MembershipProv ider, SiteMapProvider , ProfileProvider )


    Even if you have no desire to use Access ("JET" database would be a better
    term) as the backend db, it is a good learning exercise to go through.

    Go here:
    Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


    and download this:
    Sample Access Providers


    Here is another partial:





    That's at least some hint(s) on the MembershipProvi der.





    "Andy B" <a_borka@sbcglo bal.netwrote in message
    news:OPYMMy0NJH A.1488@TK2MSFTN GP03.phx.gbl...
    >I need to have some simple examples of how to do the following:
    >
    1. Create an asp.net MembershipProvi der from scratch
    2. Extend the existing XMLSiteMapProvi der that comes with asp.net to
    include an image attribute in the SiteMapNode element.
    3. Create an asp.net ProfileProvider from scratch.
    >
    Does anybody have any links on how to do the above?
    >
    >

    Comment

    Working...