Wednesday, June 20, 2018

ASp.Net Identity implementation with IRole

The OOB templates of asp.net identity models and owin security setup are great, but sometimes we don't need all the complex functionality presented there and instead just want simplistic user identity validation. The post below gives a overview of how this could be achieved


https://weblogs.asp.net/imranbaloch/a-simple-implementation-of-microsoft-aspnet-identity

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...