M
Mich
Hi,
i'm building an web application for anonymous users. They can take a look in
the website, nothing more. In order to perform other actions, the anonymous
user must be logged. So i create an aspx page with the CreateUserWizard
control. The user can fill his username, password etc ....
My problem is: when an user fills everything and clicks on button "create an
account", nothing happens (no error, but no user account created).
I thought asp.net would create in App_Data an ASPNET.MDF file for storing
user and membership information and add automatically a new connection
string in web.config. But it doesn't happen.
I know i can go in design mode (n VWD) and click on "administer the site",
but all the users are anonymous, so i can't create user in advance.
Do i have to put some configuration code in web.config? Or something else?
Thanks for help
Mich
i'm building an web application for anonymous users. They can take a look in
the website, nothing more. In order to perform other actions, the anonymous
user must be logged. So i create an aspx page with the CreateUserWizard
control. The user can fill his username, password etc ....
My problem is: when an user fills everything and clicks on button "create an
account", nothing happens (no error, but no user account created).
I thought asp.net would create in App_Data an ASPNET.MDF file for storing
user and membership information and add automatically a new connection
string in web.config. But it doesn't happen.
I know i can go in design mode (n VWD) and click on "administer the site",
but all the users are anonymous, so i can't create user in advance.
Do i have to put some configuration code in web.config? Or something else?
Thanks for help
Mich