I used an identifier database for my membership project. It is working fine. Now I connected a new server with a new database retrieval error. If using the old server means that it works without errors. How to clean it? Is it possible to set any property in a new database?
MembershipUser membershipObj = Membership.GetUser(Context.User.Identity.Name.ToString());
membershipObj getting this error
Connection timed out. The waiting period has expired while trying to use an authorization confirmation confirmation before entering the system. This may be due to the fact that the handshake before entering the system failed or the server was unable to respond on time. The duration spent trying to connect to this server was - [Pre-Login] initialization = 1764; acknowledgment = 13233;
source share