Creating the Project and Folders - Creating a Custom Membership Provider and Membership User utilizing a Data Set Table Adapter - Step 1
In Step 1 of this series, we learn how to:
Create the Project and Folders
To begin, let's create our project. If you have an existing project created in VB, you can skip this section.
- Open Visual Web Developer
- Select File / New Website
- Select "ASP.NET Web Site" for your default template.
- Give your new project a name.
- Select OK.