Results 1 to 4 of 4

Thread: How to use custom methods in asp.net in membership provider

  1. #1
    Join Date
    Apr 2009
    Posts
    78

    How to use custom methods in asp.net in membership provider

    I am using ASP.NET 2.0 with Visual Studio (VS) 2005, I wanted to add some custom authentication pages quickly with the Membership Login controls provided. And how to set up server setting in ASP.NET 2.0 This would also be the added help for me.

  2. #2
    Join Date
    Dec 2008
    Posts
    183

    Re: How to use custom methods in asp.net in membership provider

    ASP.NET membership is designed to enable you to easily use a number of different membership providers for your ASP.NET applications. In ASP.NET 2.0 with Visual Studio (VS) 2005, Using the provider model, developers can easily extend the capabilities provided by the ASP.NET 2.0 runtime, in many different ways, you can program custom authenticated pages quickly with the Membership Login controls provided. The login control doesn't care if the membership provider is a custom provider or a Microsoft provider. The login control knows which provider to instantiate based on entries in the web.config file.

  3. #3
    Join Date
    Dec 2008
    Posts
    161

    Re: How to use custom methods in asp.net in membership provider

    Third party providers have been created so that developers need not be concerned with the details of data storage and retrieval and can use MySql[^], ODBC[^] or even the good old web.config[^] to store the role/membership data, that is not supported by the membership providers included with the .NET Framework, such as a FoxPro database, an Oracle database, or other data sources. In Visual Studio 2005 (beta 2 as at this writing), ASP.NET 2.0 ships with one default membership provider—SQL Express Membership Provider.

  4. #4
    Join Date
    Jan 2009
    Posts
    140

    Re: How to use custom methods in asp.net in membership provider

    First of all you need to create DataBase schema for membership. For this create a DataBase in sql server with any name you want.You need to manage membership information using a database schema with these requirements in mind we need to make sure that we design our provider to allow the developer to control which provider to use when the request reaches the web service that is different from the database schema used by the providers that ship with the .NET Framework.

Similar Threads

  1. Replies: 8
    Last Post: 06-05-2012, 12:21 PM
  2. Replies: 4
    Last Post: 31-01-2011, 11:19 PM
  3. Transaction Methods From Sql Data Provider
    By Adrina_g in forum Software Development
    Replies: 5
    Last Post: 21-01-2010, 01:07 PM
  4. Building a membership website
    By goni in forum Software Development
    Replies: 3
    Last Post: 21-08-2009, 01:01 PM
  5. Membership provider in asp.net
    By HP_Crook in forum Software Development
    Replies: 3
    Last Post: 17-06-2009, 09:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,356,599.77110 seconds with 16 queries