when i call Membership.DeleteUser(txtEmail.Text); i get
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException:
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
Source Error:
How can i delete user from membership?
...
Go to the complete details ...