I have a website with asp.net membership database. Now in my development machine everythings works.
When i put the website on the hosting provider aruba i cannot login. The answer is "Your login attempt was not successful. Please try again".
But the problem is not in the connection with the asp.net memebership database because i have also a page with the create user control. With this page i am able to create new user because i found it in the table. But the login page does not work. Every
time i try the system increase the field "FailedPasswordAttempCount".
How can i check if the password is correctly passed?
I can see that the issue is not with the connection string. The error message clearly identifies that the issue is with the password.
The only way to resolve this issue is to provide your code here. I guess something is wrong when you try to verify the password entered with the password retrieved from your database
None
0 Points
14 Posts
Cannot login with a hosted website with asp.net membership
Mar 02, 2014 01:21 PM|renga_it|LINK
I have a website with asp.net membership database. Now in my development machine everythings works.
When i put the website on the hosting provider aruba i cannot login. The answer is "Your login attempt was not successful. Please try again".
But the problem is not in the connection with the asp.net memebership database because i have also a page with the create user control. With this page i am able to create new user because i found it in the table. But the login page does not work. Every time i try the system increase the field "FailedPasswordAttempCount".
How can i check if the password is correctly passed?
failed asp.net membership login
All-Star
23975 Points
4084 Posts
Re: Cannot login with a hosted website with asp.net membership
Mar 03, 2014 04:32 AM|Starain chen - MSFT|LINK
Hi renga,
Thanks for your post!
Please provide the related code to me.
On the other hand, please try it with the new project.
Thanks
Best Regards
failed asp.net membership login
None
0 Points
14 Posts
Re: Cannot login with a hosted website with asp.net membership
Mar 11, 2014 06:03 PM|renga_it|LINK
Hi,
thanks for the answer.
What piece of code do you need to understand the problem?
Thanks
failed asp.net membership login
All-Star
23975 Points
4084 Posts
Re: Cannot login with a hosted website with asp.net membership
Mar 12, 2014 04:17 AM|Starain chen - MSFT|LINK
Hi renga,
The code that you validate the user’s account.
Thanks
Best Regards
failed asp.net membership login
Participant
1100 Points
400 Posts
Re: Cannot login with a hosted website with asp.net membership
Mar 12, 2014 04:22 AM|dyyo|LINK
hi there,
I can see that the issue is not with the connection string. The error message clearly identifies that the issue is with the password.
The only way to resolve this issue is to provide your code here. I guess something is wrong when you try to verify the password entered with the password retrieved from your database
failed asp.net membership login
Dyyo - Microsoft Recommended ASP.NET Hosting
None
0 Points
14 Posts
Re: Cannot login with a hosted website with asp.net membership
Mar 12, 2014 07:27 PM|renga_it|LINK
i don't use personalizated code to login.
I use the standard control of asp.net
<
asp:Login ID="Login1" runat="server">
</asp:Login>
In your opinion can i use the tracing methodology to understand something about the passing of the password to the server?
failed asp.net membership login
All-Star
23975 Points
4084 Posts
Re: Cannot login with a hosted website with asp.net membership
Mar 20, 2014 04:32 AM|Starain chen - MSFT|LINK
Hi renga,
Thanks for your post!
With simple login control, how do you authentication the current user?
There is a link about login control that you could refer to:
http://www.youtube.com/watch?v=uUKfZUC2gNQ
On the other hand, you could share your project to us.
# Share files and folders and change permissions
http://windows.microsoft.com/en-us/onedrive/share-file-folder
Thanks
Best Regards
failed asp.net membership login