.net 7 Visual Studio Code : InvalidOperationException: Session has not been configured for this application or request
I followed the example of this tutorial (https://www.c-sharpcorner.com/article/simple-login-and-registration-form-in-asp-net-mvc-using-ado-net/) to create a simple registration and login pages for C# MVC .Net Web app. I was able to implement the user registration to a local mysql hosted by Xampp However for the…