Base solution for your next web application

Activities of "PDV"

Hi,

these are the prerequisites:

  • v11.2.1
  • ASP.NET CORE & Angular
  • .NET 6

I downloaded the newest version, created a new database, applied the migrations, and started the Web.Host project. So far is everything ok. The problem starts when I change the ASPNETCORE_ENVIRONMENT in launchSettings.json to something different than "Development", e.g. to "Staging", "Production" or "Localhost". I also made sure that the ConnectionString and the ServerRootAddress in the corresponding appsettings.[ASPNETCORE_ENVIRONMENT].json file is correct . But as you can see from the screenshots below, I get a 404 page, and the AbpModuleManager does not load the modules as it seems. I wanted to upgrade from v7.0.0 to v11.2.1, and in v7.0.0 I don't have this problem.

Default launchSettings.json:

appsettings.json:

Logs when started with ASPNETCORE_ENVIRONMENT "Development"

Edited launchSettings.json:

appsettings.Staging.json

Logs when started with ASPNETCORE_ENVIRONMENT "Staging":

Website:

Hello,

is it possible to get the remaining Session Time before the user is logged off?

It seems that our user is suddenly logged off.

Regards Frank

Showing 1 to 2 of 2 entries