In this tutorial we will explore ASP.NET's CreateUserWizard Control by demonstrating how we can use this to easily create accounts from our own website.
Creating a New Account With the ASP.NET Website Administration Tool
At this point in the tutorial I have created a new ASP.NET Empty Web Site in Microsoft Visual Web Developer and have added in a blank Web Form. What we are going to do now is go through the steps of creating a user with the ASP.NET Website Administration Tool. To do this:
- Click the ASP.NET Configuration icon in the Solution Explorer to open up the ASP.NET Website Administration Tool.
- In the ASP.NET Website Administration Tool click the Security tab.
- Under the Users header click the Select authentication type link.
- Select From the internet and click Done.
- Under the Users header click the Create Users link.
- Create a new user and click Done.
- Close the ASP.Net Website Administration Tool.
We migrated our web sites to Server Intellect over one weekend and the setup was so smooth that we were up and running right away. They assisted us with everything we needed to do for all of our applications. With Server Intellect's help, we were able to avoid any headaches!
Creating a New Account With the CreateUserWizard ControlWhat we want to do now is add a CreateUserWizard Control to our Web Form. To do this, open up your Web Form into design mode and:
- Expand the Login tab in your toolbox.
- Drag and drop the CreateUserWizard Control onto your Web Form.
To check and make sure that our account was actually created, we can load up the ASP.NET Website Administration Tool again. To do this through the CreateUserWizard Control:
- Expand the CreateUserWizard Tasks menu.
- Click Administer Website.
- In the ASP.NET Website Administration Tool click the Security tab.
- Under the Users header click the Manage Users link.

We used over 10 web hosting companies before we found Server Intellect. Their dedicated servers and add-ons were setup swiftly, in less than 24 hours. We were able to confirm our order over the phone. They respond to our inquiries within an hour. Server Intellect's customer support and assistance are the best we've ever experienced.
The Web Form source looks like this: <body> |
No comments:
Post a Comment