473,626 Members | 3,152 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Customer Membership Provider

Hello,

I am trying to use an Access database as the provider for the ASP.NET
Membership for the users, roles, and profiles. I have looked at many
tutorials available online, and I could not come up with a solution for
everything. I need to know how to setup the tables within the database and
then make it the provider. I am using C# on VS 2005. Any and all help
would be appreciated.

Thanks,

John

Feb 20 '07 #1
3 1280
Run the shell and log to
C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727

Running aspnet_regsql /? from that location is how its done for SQL Server
and will display help to determine what options you may have without having
to build your own implementation.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"John Chapman" <ch*******@gmai l.comwrote in message
news:00******** *************** ***********@mic rosoft.com...
Hello,

I am trying to use an Access database as the provider for the ASP.NET
Membership for the users, roles, and profiles. I have looked at many
tutorials available online, and I could not come up with a solution for
everything. I need to know how to setup the tables within the database
and then make it the provider. I am using C# on VS 2005. Any and all
help would be appreciated.

Thanks,

John

Feb 21 '07 #2
Thanks for that info.

Two things:
First: Is there a guide of some sort on how to use all the command switches
in their entirety?

Secondly: This is great for customizing the provider with a SQL source,
however, I don't see how to use this on the Access DB level. Is there a way
to use this on the SQL level?

Thanks,

John

"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com wrote in message
news:e9******** *****@TK2MSFTNG P02.phx.gbl...
Run the shell and log to
C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727

Running aspnet_regsql /? from that location is how its done for SQL Server
and will display help to determine what options you may have without
having to build your own implementation.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"John Chapman" <ch*******@gmai l.comwrote in message
news:00******** *************** ***********@mic rosoft.com...
>Hello,

I am trying to use an Access database as the provider for the ASP.NET
Membership for the users, roles, and profiles. I have looked at many
tutorials available online, and I could not come up with a solution for
everything. I need to know how to setup the tables within the database
and then make it the provider. I am using C# on VS 2005. Any and all
help would be appreciated.

Thanks,

John

Feb 21 '07 #3
I'd suggest trying to find documentation at msdn2 using google with search
terms like these...
membership jet database site:msdn2.micr osoft.com

And, post another news article asking specifically...
Can the JET database be used with ASP.NET Membership and Roles?

<%= Clinton Gallagher

"John Chapman" <ch*******@gmai l.comwrote in message
news:24******** *************** ***********@mic rosoft.com...
Thanks for that info.

Two things:
First: Is there a guide of some sort on how to use all the command
switches in their entirety?

Secondly: This is great for customizing the provider with a SQL source,
however, I don't see how to use this on the Access DB level. Is there a
way to use this on the SQL level?

Thanks,

John

"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com wrote in message
news:e9******** *****@TK2MSFTNG P02.phx.gbl...
>Run the shell and log to
C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7

Running aspnet_regsql /? from that location is how its done for SQL
Server and will display help to determine what options you may have
without having to build your own implementation.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"John Chapman" <ch*******@gmai l.comwrote in message
news:00******* *************** ************@mi crosoft.com...
>>Hello,

I am trying to use an Access database as the provider for the ASP.NET
Membership for the users, roles, and profiles. I have looked at many
tutorials available online, and I could not come up with a solution for
everything. I need to know how to setup the tables within the database
and then make it the provider. I am using C# on VS 2005. Any and all
help would be appreciated.

Thanks,

John


Feb 21 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2439
by: Morgan | last post by:
Sorry for cross post, forgot to include aspnet in orinal... Thanks in advance for any assistance. I'm in the process of implementing custom RoleProvider & Membership Provider objects and have run into a snag with the Membership Provider. It seems many of the MembershipUser properties are read-only. This seems, well stupid, IMO.
2
3549
by: John | last post by:
Hi I was working fine with create user wizard and the default membership provider. I have now customised the membership provider as per attached web.config. The create user wizard picks up the custom membership provider fine and removes the security question/answer fields as designated in the custom provider. The problem is that when I try to create a new user in the create user wizard by entering the info and pressing the 'create...
3
7102
by: ad | last post by:
I have create a custom membership provider. The common usage of custom membership is set it as default Membership Provider win web.config, and use login controls with it. How can I use custom membership provider without Login Controls? For example, the name of my custom membership provider MyMembershipProvider. Is the codes below right? MyMembershipProvider myProvider=new MyMembershipProvider();
9
2169
by: Paul Keegstra | last post by:
Hi, I am currently working on an asp.net 2.0 web site that is a replacement of a classic asp web site. The current web site uses a Commerce Server 2002 database for storing user information. It does not currently use any of the Commerce Server 2002 functionality with the exception of the user authentication features. I have written my replacement application to use a custom login form and custom connection string so that I can use...
2
14138
by: Balaji | last post by:
Hi All, Can I use more than one membership provider for a given website? I understand only one of them could be default one. If yes, then how to programmatically access the other membership provider? For e.g. lets say I have a SQLMembership provider and OracleMembership provider. SQL would be my default provider. During authentication, based on the value of an additional parameter in the login screen, I need to validate against SQL or...
3
3276
by: ryan.mclean | last post by:
Hello everyone, I am wondering, can the membership provider be changed at runtime? Perhaps the connectionStringName? I would like to use a different database based on the server the site is on. I suppose that a custom provider could be used to accomplish this, is there another way?
4
7222
by: thomas | last post by:
Hello All, How to change the default Membership Provider during the runtime? I know I can reference any provider I want, e.g.: provider = Membership.Providers but the question is how to change the default one, so all those new, cool controls can start using the one I want. I can specify the provider for each of those controls, e.g.:
4
4725
by: =?Utf-8?B?Q2hyaXMgQ2Fw?= | last post by:
I have been having some trouble with implementing a custom Membership Provider. We have a custom data store and business logic that pulls user information. I need some level of functionality above and beyond what the prodiver currently allows. I need the ability to access a user id and the user's permission id. With Forms authentication in 1.1, I would just create a custom identiy and principal and store the information in the identity....
1
1267
by: Zeb | last post by:
Hi all. If anyone could offer any help with this, it would really be appreciated. I've written a custom membership provider which works with tables in my ms sql database. This works great locally, but as soon as I run the site on the live (shared) server, I get the following error message: Parser Error Message: Attempt to access the method failed.
0
8268
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8202
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8641
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8510
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7199
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6125
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4093
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1812
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1512
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.