Archive

Managing ASP.Net Authentication from a Console Application featured post

Managing ASP.Net Authentication from a Console Application

Many developers are familiar with the ASP.Net Web Configuration Manager in Visual Studio to maintain or create users in their SQL databases. The application allows the creation of users, as well as role creation and assignment. However, to my surprise, this functionality is no longer available in Visual Studio 2013.

Back-end