Summary
After changing the website logo, I am a little dizzy, want to do a good job of the site to other companies to see friends, let them also envy envy.
However, this site only allows domain users to log in, my friend is not a member of the domain, so how to show them?
In order for my friends to be able to visit my website, I must implement the user's form authentication. At present on the internet spread a lot of articles to achieve form certification, unfortunately, are not detailed enough to explain, and error-ridden. For this reason, it is necessary for me to write a new article that implements form authentication.
Below I will record the implementation of form certification process, this article only describes the generation of user databases, this is a very simple step.
Body
In view of the implementation form certification of the article a total of more than 40 screenshots, the total size of screenshots more than 3 m, in order to minimize the time to open the Web page, this article will be divided into a few small parts. Therefore, for all the inconvenience of reading, please Haihan:
Here, I need to remind you to carefully study this article. This is because the implementation of form certification, your site will no longer open in SharePoint designer (hehe, at least the author has not found a solution, if the reader has a good implementation, welcome to share!) )。 Therefore, do not implement form authentication unless your site has been developed and ready to be published. Of course, if you are not too troublesome, willing to implement form certification of all the steps of the reverse operation once, it is also not:
Online Rumors, form certification is like a chicken, because form authentication must use the Microsoft Company generated database, which has a user database of enterprises, is a pure chicken.
Anyway, as a great highlight of the difference from SharePoint 2003, form authentication is still worth looking forward to. Believe that when the official version comes out, the chicken ribs will become a fat oil of the thigh:
The implementation process for each step is documented below.
1. First open the command line tool, switch to the path written in the diagram, and then run the aspnet_regsql command.