473,499 Members | 1,765 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 1268
Run the shell and log to
C:\WINDOWS\Microsoft.NET\Framework\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*******@gmail.comwrote in message
news:00**********************************@microsof t.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*********@REMOVETHISTEXTmetromilwaukee.comwro te in message
news:e9*************@TK2MSFTNGP02.phx.gbl...
Run the shell and log to
C:\WINDOWS\Microsoft.NET\Framework\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*******@gmail.comwrote in message
news:00**********************************@microsof t.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.microsoft.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*******@gmail.comwrote in message
news:24**********************************@microsof t.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*********@REMOVETHISTEXTmetromilwaukee.comwro te in message
news:e9*************@TK2MSFTNGP02.phx.gbl...
>Run the shell and log to
C:\WINDOWS\Microsoft.NET\Framework\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*******@gmail.comwrote in message
news:00**********************************@microso ft.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
2423
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...
2
3532
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...
3
7096
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...
9
2154
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. ...
2
14116
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...
3
3261
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...
4
7208
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...
4
4718
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...
1
1259
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...
0
7006
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...
0
7169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7215
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...
1
6892
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7385
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...
1
4917
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...
0
4597
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1425
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
294
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...

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.