Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aaron"

TenantsController.Index calls _editionAppService.GetEditionComboboxItems.

If you don't want to see the Editions at all, don't visit that page.

Decrypt the setting, not the setting name.

var apikey = SimpleStringCipher.Instance.Decrypt(await _settingManager.GetSettingValueForApplicationAsync(EmailSettingNames.Smtp.Password));
Answer

Which version of ASP.NET Zero are you on?

What is the value of changeSet.Id at that point?

Try npm run full-build in *.Mvc project directory.

changeSet.Id should not be set. Can you try resetting it to null?

Track this feature request aspnetzero/aspnet-zero-core#1728.

Related: #5600

You need to login with your GitHub account to access the private repo. You can invite yourself here: https://aspnetzero.com/LicenseManagement

What do you mean by no authentication?

If you mean authorization, see AspNet Core - Authorization Filter:

  • Use the AbpMvcAuthorize attribute on actions or controllers to check the desired permissions before the action execution.

Already mentioned and bolded in the ASP.NET Core MVC & JQuery > Getting Started Guide:

Run The Project

Before running the project, we need to run a npm task to bundle and minify the CSS and JavaScript files. In order to do that, we can open a command prompt, navigate to root directory of *.Web.Mvc project and run npm run create-bundles command. This command should be run when a new npm package is being added to the solution.

Showing 501 to 510 of 1543 entries