Top "Asp.net-core-2.2" questions

Use this tag for questions specifically related to ASP.

HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure after upgrading to ASP.NET Core 2.2

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.2
How to fix error "ANCM In-Process Handler Load Failure"?

I'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.2
.NET Core MVC Page Not Refreshing After Changes

I'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.2
How to fix obsolete ILoggerFactory methods?

I 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.2
How to create a LoggerFactory with a ConsoleLoggerProvider?

The ConsoleLoggerProvider has four constructors: ConsoleLoggerProvider(IConsoleLoggerSettings) ConsoleLoggerProvider(IOptionsMonitor<ConsoleLoggerOptions>) ConsoleLoggerProvider(Func<String,LogLevel,Boolean>, Boolean) …

.net-core asp.net-core-2.2
HTTP Error 500.30 - ANCM In-Process Start Failure error in ASP.NET Core 2.2

I 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.2
IConfiguration does not contain a definition for GetValue

After 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.2
How to fix swagger.json not found in .net core 2.2 app

I'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
Populate IConfiguration for unit tests

.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