0
votes
3answers
38 views
Migrating asp.net web site breaks Membership Provider
I have a asp.net web site that was developed on the .Net Framework v2 connecting to sql server 2000. I am trying to migrate it to a new server that has the .Net Framework v3.5 on i …
0
votes
1answer
21 views
Can’t get a custom Membership Provider to work with Sitecore 6.
I followed the directions in the Membership Providers document provided by Sitecore, but I was unable to get my membership provider to work correctly.
Specifically, in the web.co …
1
vote
2answers
440 views
SSO across different domains
How can I implement single sign on across domains?
I have two or more domains and I want all of them to authenticate through one server using SqlMembershipProvider (ASP.NET 2.0 mem …
1
vote
1answer
55 views
Asp.net Membership & Authentication
I'm beginning to design the infrastructure of web application developed with ASP.NET MVC preview 2 as a learning experience.
I have my own domain model and database schema I wish t …
2
votes
0answers
55 views
Asp.Net Membership Password Resets without symbols
Hello,
I'm using the asp.net Membership Provider in an application.
I'm also using the "out of the box" asp:PasswordRecovery control.
My client is complaining that the new passwor …
0
votes
2answers
23 views
Orphaned entries in aspnetdb
After calling method
_membershipProvider.DeleteUser(user.UserName, false);
where where the second parameter (false) is deleteAllRelatedData, orphaned entries are left in the dat …
0
votes
1answer
28 views
Mapping Asp.net cookies to users.
If one has access to both the Asp.net membership DB (the standard SqlMembershipProvider db, generated with aspnet_regsql.exe), and the respective asp.net client's cookies, is it po …
1
vote
1answer
62 views
dealing with authentication in asp.net using membership
Ok, here is the problem:
I have two sites: www.mysite.com and blog.mysite.com (fake site names) which suppose to share authentication.
The login page is on www.mysite.com/login/lo …
0
votes
1answer
225 views
SqlMembershipProvider initialize method not being called
I have done a custom implementation of MembershipProvider but for some reason the initialize method is not being invoked and thus my provider is not setting up properly from the co …
1
vote
1answer
32 views
Is it possible to use a different database name with SqlMembershipProvider
Can I specify a different database than ASPNETDB using SqlMembershipProvider? I am developing a site on a shared host, and have to restrict my data schema to a single provided dat …
0
votes
1answer
40 views
Configure SqlMembershipProvider without password
Hi
I need to use the SqlMembershipProvider without password to new users.
How can I do that?
Thanks!
2
votes
3answers
766 views
Making user login persistant with ASP .Net Membership
I have a website that is built in ASP.NET 3.5 & SQL Server 2005, using the sql membership provider, and presumably forms authentication.
Since security needs on my site are ve …
1
vote
2answers
91 views
ASP.NET SqlMembershipProvider Infinite Loop?
I am trying to configure authentication using a few tutorials I have found on the Membership Providers paradigm found in ASP.NET v2.0. I've followed the examples in the tutorial bu …
0
votes
2answers
114 views
How to migrate from custom Membership Provider to SqlMembershipProvider?
I'm currently using a very basic custom implementation of MembershipProvider in an ASP.NET web application. As my requirements for membership increase, it seems to make a lot of se …
2
votes
1answer
153 views
Membership.CreateUser issue
There is an issue reported here
http://stackoverflow.com/questions/481416/asp-net-membership-issues-with-registration which summarizes a situation I am experiencing. I'm not sure …
