|
I have an existing ASP.NET web application that is for public use and any anonymous user can access it. I would like to implement mechanism for users to sign up. The first thought that crossed my mind is to use the ASP.NET membership API.
So, If I use...
Answer Snippets (Read the full thread at stackoverflow):
4) You can allow.
This will create all the Membership tables, there are no tables for Web Parts in that installation, but that may need confirming.
See here.
Can integrate an existing database.
|
|
Is there any product out there that allows for the management of users using a standard asp.net membership database? I'm looking for a web frontend user management system.
Started by Kenneth Reitz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
From the web site its features are:
Membership request webpart features to the site collection root web for "manage fba users" and "manage fba roles."
It's all (including CAPTCHA) ....
It worked really well.
Since then.
|
|
Hi,
Does anyone know if there's a way to manage users/roles in the asp.net membership database using a web-based interface you can access remotely?
I need one which doesn't require installation to the Default Website.
Thanks
Started by Shahin on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
With samples of how to implement the aspnet membership database, the asp .net object for managing users and membership information is fairly straightforward, why not do of my site to point to the remote....
There is a great article here.
|
Ask your Facebook Friends
|
I am attempting to create new membership users in an Ektron CMS400.NET-based website by through calls to the User web service API from a remote site. One of the methods I intend to utilize, AddMembershipUser has a remark in the documentation indicating...
Started by jmcdowell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A membership control on a page and use that to create a user while logging the SQL that happens.
|
|
I'm creating an ASP.NET MVC site and I need to implement login and membership functionality.
Is this something where I roll my own? I already have a members table in my database, should I create a username and password hash field and just check against...
Started by Simucal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just add of information ....
When you create a new ASP.NET MVC site" However, like I said, basic membership functionality is already present in an MVC site.
membership or consider using http://www.codeplex.com/MvcMembership .
|
|
Hello!
Ok...the thing is: i will launch a product. This product it's based on videos. All the videos will be uploaded on a membership web site, where the costumer can watch them. What the costumer actually buy it's the acess for this web site, and need...
Started by GOBNetwork on
, 8 posts
by 7 people.
Answer Snippets (Read the full thread at warriorforum):
Downgraded to a lower membership level pre set by you The Guru Training Academy will give you membership script i think without handing over your bank account is DAP followed by wish list membership from OP to kajabi just for the....
|
|
In my RTM SharePoint 2010 farm, I've got 3 web apps:
Central Admin webapp Content webapp https://companyname.domain.com My Sites webapp http://mysites.domain.com I had created a 4th webapp that I was using for testing upgrades from MOSS2007, called http...
Answer Snippets (Read the full thread at microsoft):
Doug Hello Doug,
Seems-creating the UPA as this would help rule out it being a bug? I've got a lot of users with My Site data rebuild them? Based on this site:....
With My Site data that would be a pain if I had to re-create the UPA.
|
|
Through acquisition we have a number of products that require authentication and authorisation. The products include web sites and client side applications, the client side applications use some web services. We are a .Net shop and servers will be running...
Started by John Plummer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You could let your for membership either....
Yes, Active Directory or another be something you just whip up by slapping a library together with a web server.
To access data at another web site make a good, distributed solution.
|
|
I found an article that says:
"To access the Web Site Administration Tool, on the Website menu, click ASP.Net Configuration."
I dont see a Website menu in visual studio 2008 when i am looking at my asp.net mvc solution.
Is there any other way i can setup...
Started by oo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Try converting your project to a web....
Try http://blogs.msdn.com/rahulso/archive/2006/03/09/how-to-use-web-site-administration-tool setup Roles with asp.net membership using the web.config file, and actually defining the users.
|
|
Hey,
I'm about to launch a brand new product/program that is going to be targeting large numbers of visitors which will have videos playing on the sales page, and have a number of videos being played in the membership area.
I am wanting to know of a good...
Started by Daveslaw on
, 17 posts
by 12 people.
Answer Snippets (Read the full thread at warriorforum):
I was in your situation, running a....
If you have too much traffic.
You are best to just use regular web hosting for the site starting your membership site, as they have no scaling option.
Allowing you to scale up as needed.
|