0

Here I am using asp.net configuration and mvc model. I have created a form to create users with the help of createUserWizard .NET component. After creating the user it automatically logs with the created user. How to stop this? Thanks in advance..

4

1 回答 1

2

CreateUserWizard 有一个名为 LoginCreatedUser 的属性。它的默认值为 true。只需将其更改为 false。希望你已经得到答案:)

于 2012-09-26T04:19:24.787 回答