I recently created a SharePoint site on our portal so that I can share some large documents with our clients on regular basis. Even though I have working SharePoint portal at office, it has been used only by internal employees so far. For giving access to SharePoint site from Internet, I implemented form-based authentication.
It requires modifying few config files and creating a user database which I stored on our SQL Server DB. There are many blog posts and articles on web which describes this process, but it could be tricky and frustrating if you miss a step or doesn't have all the configurations right.
I found this blog post from Mirjam particularly useful and easy to follow:
http://www.sharepointchick.com/archive/2010/05/07/configuring-claims-and-forms-based-authentication-for-use-with-a.aspx
Akash
It requires modifying few config files and creating a user database which I stored on our SQL Server DB. There are many blog posts and articles on web which describes this process, but it could be tricky and frustrating if you miss a step or doesn't have all the configurations right.
I found this blog post from Mirjam particularly useful and easy to follow:
http://www.sharepointchick.com/archive/2010/05/07/configuring-claims-and-forms-based-authentication-for-use-with-a.aspx
Akash