|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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. |
![]() |
|
Tags: asp dot net, custom fields, login control, membership login, visual studio |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to create a Custom Capsule that is a Custom Firmware with root on lacie 2big Network drive | Kane89 | Networking & Security | 8 | 06-05-2012 12:21 PM |
Methods Of making Custom Ringtones For Sony Ericson W518 | avesh | Portable Devices | 4 | 31-01-2011 11:19 PM |
Transaction Methods From Sql Data Provider | Adrina_g | Software Development | 5 | 21-01-2010 01:07 PM |
Building a membership website | goni | Software Development | 3 | 21-08-2009 01:01 PM |
Membership provider in asp.net | HP_Crook | Software Development | 3 | 17-06-2009 09:38 PM |