Use this tag for questions specifically related to ASP.
After upgrading my project to ASP.NET Core 2.2, I tried to run the application (locally of course) and the browser …
c# asp.net-core-2.2I'm setting up the first site in IIS on Windows Server 2016 Standard. This is a NET Core 2.2 application. I cannot …
iis asp.net-core asp.net-core-2.2I am trying to host an ASP.net Core Web Application in a windows service. I am able to create …
asp.net-core windows-services asp.net-core-mvc asp.net-core-2.2I'm building a .NET Core MVC on the latest version 2.2. I have a problem when I make changes to the …
asp.net-core .net-core asp.net-core-mvc asp.net-core-2.2I upgraded my project to .NET Core 2.2.x and got an obsolete warning regarding the following code - both lines: …
c# .net asp.net-core .net-core asp.net-core-2.2The ConsoleLoggerProvider has four constructors: ConsoleLoggerProvider(IConsoleLoggerSettings) ConsoleLoggerProvider(IOptionsMonitor<ConsoleLoggerOptions>) ConsoleLoggerProvider(Func<String,LogLevel,Boolean>, Boolean) …
.net-core asp.net-core-2.2I am configuring this application Confirming the account and recovering passwords in ASP.NET Core but I have an error: …
asp.net-core asp.net-core-identity asp.net-core-2.2After moving a class through projects, one of the IConfiguration methods, GetValue<T>, stopped working. The usage is …
c# asp.net configuration asp.net-core-2.2I'm deploying my .net core app on IIS server and facing the issue in swagger UI where swagger.json not …
c# asp.net-core asp.net-core-2.2.NET Core configuration allows so many options to add values (environment variables, json files, command line args). I just can't …
asp.net-core .net-core xunit asp.net-core-2.2 .net-core-2.2