asp.net - Is there ever a reason to write your own authentication instead of using Forms Security -


In ASP.NET, there is a reason to explicitly create your own authentication instead of form security (and a custom Write provider)?

What limitations are there in form security and why someone wants to write their certification?

There is a border profile provider of out-of-the-box providers, it is a user in a single database field Stores all profile information, making it difficult to query directly.

Fortunately, Scott Guthrie's blog is a good table-based provider described in:

But generally, I use standard membership providers and controls, they do well And they save a lot of coding.

In addition, using Guids for all ID annoys me as I prefer ints. I know, gear is not limited to some Arab users, but none of my sites, which many people have so far registered


Comments