Error creating new user by Admin

Posted by rahul on Stack Overflow See other posts from Stack Overflow or by rahul
Published on 2010-06-18T06:55:31Z Indexed on 2010/06/18 7:03 UTC
Read the original article Hit count: 215

Filed under:
|

I am creating a web application using Form Authentication of Asp.Net with C# and back end Sql Server. Here in my application administrator login and creates new users. I am using the create user wizard under login controls. My problem is when the new user is created by Admin he is automatically logged out and logged in with new user credentials which he has just created. Any help would be highly appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET