Create a project to add an administrative account
Summary
This article will record the second part of implementing form certification-creating a project to add an administrative account. To complete the operation in this section, I hope you have installed Microsoft Visual Studio 2005:)
The reason to create a project that adds an administrative account is because the domain user is no longer available after form authentication, so you must create an administrator account for the Web site in advance.
Body
The implementation process for each step is documented below.
1, first open Visual Studio 2005 and start creating a project.
2, here I choose to create a asp.net Web application project.
Note that if your visual Studio 2005 cannot create a Web application type of project, download a patch that supports the creation of a Web application type of project.
Of course, you can also choose to create a Web Site in the first step, then the next step is slightly changed, so that the reader's friend to modify their own: