Issue adding reference to class library project in ASP.NET 5 (Core)
Hi firstly i know vaguely similar questions have been asked before, but they are outdated now, I am using Visual Studio 2015 rtm and ASP.NET 5 beta 6.
Hi firstly i know vaguely similar questions have been asked before, but they are outdated now, I am using Visual Studio 2015 rtm and ASP.NET 5 beta 6.
I just migrated .NET Core 2.0 to .NET Core 2.1. Everything went fine, but when I try to login now I get the folowing error:
When developing an application using .NET Framework 4.6 (MVC4/5), I used to add custom mime types in the web.config file, like this (this is the actual mime types I need to add in my app):
I have a simple Visual Studio solution, running ASP.NET Core v2 and building a React app.
I have an ASP.NET MVC 5 project which works well and it also references a .NET Framework 4.7.2 Class library which produces some CrystalReports. CrystalReports does not support .NET Core, so the class library will stay with full .NET Framework.
I am using asp.net core to build API. I have a request that allow user to upload profile image using this code
To access App Keys in a class library, do we need to do the following code in every class library and class where we need to access a AppKey?
Following the answer on this question, I have added authorization on everything by default, using the following code:
What is the correct way of using the following in a vNext application on an async method:
Using VS2015 and asp.net 5, when I try to compile my site using an instance of System.Net.HttpClient, it tells me: