I'm using SqlMembershipProvider. Is setting MembershipUser.IsApproved
property to true or false an efficient way to suspend a user to log in ?
...
more >>
In form authentication mode, when the user forgot password, how to launch
the password recover page?
Thanks....
more >>
Hi,
I have a code snippet C# when executed gives the following exception
on IE.
___________________________________________________________________
Unable to retrieve the user sid from context. This is typically caused
by the context not yet being set.
Description: An unhandled exception...
more >>
Hello Everyone,
I've suddenly started running into the error
"error executing child request for Page.aspx"
when doing a Server.Transfer("Page.aspx");
That's on a Win2003 Server machine.
This same code works fine on another Win2003 Server machine, and a
Win2K
machine.
The prior versio...
more >>