473,387 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

sql membership provider setup

hey all,
i just ran aspnet_regsql on my database server. now, will all my
applications use this single database or do i need to run aspnet_regsql for
each new application?

thanks,
rodchar
Sep 28 '08 #1
4 1026
Only Membership, Roles and Profiles will use the database once the providers
are configured in web.config --but-- there is nothing preventing you from
using the same database for your own tables and its probably the best thing
to do anyway. I've never heard of anybody being able to use a single
instance of Membership in applications that were not under a single root. I
would also inquire at the asp.net forums which happens to have been crashing
a lot today and may or may not be up at the moment.

"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:6A**********************************@microsof t.com...
hey all,
i just ran aspnet_regsql on my database server. now, will all my
applications use this single database or do i need to run aspnet_regsql
for
each new application?

thanks,
rodchar
Sep 28 '08 #2
what if i wanted to use aspnetdb just for membership, roles, and profiles for
all my applications on the web server. And then later i delete some
applications off the web server, how do i cleanup aspnetdb for the
application ids no longer in use?

"Hillbilly" wrote:
Only Membership, Roles and Profiles will use the database once the providers
are configured in web.config --but-- there is nothing preventing you from
using the same database for your own tables and its probably the best thing
to do anyway. I've never heard of anybody being able to use a single
instance of Membership in applications that were not under a single root. I
would also inquire at the asp.net forums which happens to have been crashing
a lot today and may or may not be up at the moment.

"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:6A**********************************@microsof t.com...
hey all,
i just ran aspnet_regsql on my database server. now, will all my
applications use this single database or do i need to run aspnet_regsql
for
each new application?

thanks,
rodchar

Sep 28 '08 #3
You write more code. This stuff doesn't come with a built in housekeeping
staff. AFIK nobody's does for that matter.

"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:5E**********************************@microsof t.com...
what if i wanted to use aspnetdb just for membership, roles, and profiles
for
all my applications on the web server. And then later i delete some
applications off the web server, how do i cleanup aspnetdb for the
application ids no longer in use?

"Hillbilly" wrote:
>Only Membership, Roles and Profiles will use the database once the
providers
are configured in web.config --but-- there is nothing preventing you from
using the same database for your own tables and its probably the best
thing
to do anyway. I've never heard of anybody being able to use a single
instance of Membership in applications that were not under a single root.
I
would also inquire at the asp.net forums which happens to have been
crashing
a lot today and may or may not be up at the moment.

"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:6A**********************************@microso ft.com...
hey all,
i just ran aspnet_regsql on my database server. now, will all my
applications use this single database or do i need to run aspnet_regsql
for
each new application?

thanks,
rodchar

Sep 28 '08 #4
thanks for the help,
rod.

"Hillbilly" wrote:
You write more code. This stuff doesn't come with a built in housekeeping
staff. AFIK nobody's does for that matter.

"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:5E**********************************@microsof t.com...
what if i wanted to use aspnetdb just for membership, roles, and profiles
for
all my applications on the web server. And then later i delete some
applications off the web server, how do i cleanup aspnetdb for the
application ids no longer in use?

"Hillbilly" wrote:
Only Membership, Roles and Profiles will use the database once the
providers
are configured in web.config --but-- there is nothing preventing you from
using the same database for your own tables and its probably the best
thing
to do anyway. I've never heard of anybody being able to use a single
instance of Membership in applications that were not under a single root.
I
would also inquire at the asp.net forums which happens to have been
crashing
a lot today and may or may not be up at the moment.

"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:6A**********************************@microsof t.com...
hey all,
i just ran aspnet_regsql on my database server. now, will all my
applications use this single database or do i need to run aspnet_regsql
for
each new application?

thanks,
rodchar


Oct 1 '08 #5

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

Similar topics

9
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. ...
3
by: Dan Sikorsky | last post by:
Can I use SQLServer 2000 with ASP.NET 2.0 instead of SQLServer 2005, and use the .Net 2.0 Membership functionality? I've setup my Login page, controls, etc., and now it's time to use the Web...
5
by: sloan | last post by:
Are there any "gotchas" on deploying the default Membership Provider (aspnetdb) to a hosting provider? I'm about to do it. And how does one get to the "auto configurer" .. that allows you to...
3
by: John Chapman | last post by:
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...
2
by: StinkyDuck | last post by:
Hello, I am relatively new to ASP.NET 2.0 and have been reading a book and going through some articles on the internet. When looking for information regarding membership and roles, I see lots...
1
by: TheCornjerker | last post by:
With ASP.Net 2.0, I have setup a custom login screen that first authenticates against and SQL membership provider and if that fails, against an Active Directory provider. I'm wanting to have one...
3
by: Glenn | last post by:
My current classic-ASP site has users, projects, roles and the 2.0 membership looks like a perfect fit, but I'm having trouble finding examples of how to have users that belong to different...
3
by: Sunfire | last post by:
I need to use a custom database for all of the user membership and rolls. How do you do this?
1
by: DotNetNewbie | last post by:
Hi, I have one application that is a CMS that uses .NET membership. Now on the same domain, I have to setup a ecommerce store. I want the URLS to look like: www.example.com <-- ecommerce...
2
by: Bobby Edward | last post by:
My site is utilizing asp.net membership. It works perfect on the development machine. I copied the entire directory to the production server. Now it seems that the membership stuff is acting...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...

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.