473,795 Members | 2,418 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1039
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*****@discus sions.microsoft .comwrote in message
news:6A******** *************** ***********@mic rosoft.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*****@discus sions.microsoft .comwrote in message
news:6A******** *************** ***********@mic rosoft.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*****@discus sions.microsoft .comwrote in message
news:5E******** *************** ***********@mic rosoft.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*****@discus sions.microsoft .comwrote in message
news:6A******* *************** ************@mi crosoft.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*****@discus sions.microsoft .comwrote in message
news:5E******** *************** ***********@mic rosoft.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*****@discus sions.microsoft .comwrote in message
news:6A******** *************** ***********@mic rosoft.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
2175
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...
3
1633
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 Site Administration Tool (WAT) but it won't sense my SQLServer 2000 database.
5
1477
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 setup roles/users .....? Can I do these steps:
3
1290
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 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,
2
1660
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 of articles utilizing the built in profile classes in ASP.NET. In my mind this seems to be an easy way for to get membership working in an application. When building a commercial application, would this still be the standard way to build a web...
1
1122
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 SQL role provider for both these membership providers. Is this possible? If so, can you give me a link or some information on how to set this up. I have the multi-membership provider working properly. Thanks,
3
2184
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 projects, and have different roles per project. The current model.. * When a user joins my site, they eventually end up joining or creating one or more projects. But, they are not required to be a member of a project to be a member of the site.
3
1974
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
1594
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 application
2
1538
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 wierd. I can login ok. But it doesn't run the login redirect properly. Also, I wrote a simple test page that consists of this... Protected Sub Page_Load(ByVal sender As Object, ByVal e As
0
9672
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
10438
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10164
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10001
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
9042
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...
0
5437
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...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3727
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
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.