Unable to translate bytes [FC] at index 35 from specified code page to Unicode
I’m trying to send an object like this to my REST API(built with asp net core)
I’m trying to send an object like this to my REST API(built with asp net core)
I have an ASP.NET Core app that uses Identity. It works, but when I am trying to add custom roles to the database I run into problems.
I’m thinking about changing name of the default antiforgery cookie in ASP.NET Core.
I am developing a .NET core application with Identity login which provides a Bootstrap form In the /Identity/Account/Login page.
I have some modules which has controllers and views. It is basically an extension for my web application. Each module is in a class library.
I am trying to implement Entity Framework 7 in MVC 6, and on this page here it says to do
What is the easy way to customize password validation rules in asp.net core MVC? The problem is exactly like someone had here How To Change Password Validation in ASP.Net MVC Identity 2? the only difference is that I’m using asp.net CORE MVC (latest build) with Visual Studio 2015. I’d like to remove all password validation rules. There is no ApplicationUserManager class in the project, also I’m not sure if it’s possible to customize UserManager validation rules in the Startup.cs file.
I want to know how to redirect users. I have a Controller Index() and I want only users with the role “Student” can enter there! So I use
I’m testing out an MVC 6 Web Api and wanted to implement logging into a global error handler. Just guaranteeing no errors get out of the system without being logged. I created an ExceptionFilterAttribute and added it globally in the startup:
I have the following code right now to write a flat list of items with a link to a controller action: