ASP.NET – A Wonderful world of web development.
So many secrets to share
So many tricks to learn
Store ASP.NET User Security Inside Your SQL Database
How to move all ASP.NET security tables to your custom SQL database and how make it all work together.
Consists of three steps:
-01- Create security tables in your current custom database;
-02- Generate a machine key
-03- Modify web.config […]