Click here to Skip to main content
15,885,045 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have made a web application in .net using membership. This website is a secured site using https. When I enter correct credentials on the login page (username, password, captcha), the page gets refreshed automatically and doesnt go to home page. The client is absolutely frustrated by this. I have checked the logs and nothing appears problematic there. Also, I hosted the live code on my local machine and secured it with self signed certificate. The same problem doesnt appear here and i am able to login in the first go. Can anyone help me here and tell what might be the problem? Can it be a problem related to https? If so, why doesnt it appear on my local self signed certificate hosted website?

Thanks in advance
Posted
Comments
ArunAmalraj 11-Mar-14 2:17am    
Change the Connection String depending on the Server DB
TrushaKoranne 11-Mar-14 2:19am    
It has been changed. The page gets refreshed two or three times and then I am able to login. This happens every time.It is very uncertain after how many attempts we are able to login.
ArunAmalraj 11-Mar-14 2:23am    
Extend the timeout period and check to see the problem gets fixed.

1 solution

Check in web.config,increase connection timeout value
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900