Base solution for your next web application

Activities of "visility"

Question

hello After updating to version 11.4 the tenant logo increases size when page is small. Can I fix this? Thank you,

Hello I need to connect some external services with username and password. I though about using the Usermanager - but here password is hashed - so i need some solution where I can decrypt password before usage. Could I achive this with builtin features of aspnetzero? Thanks,

v 11.01

hello How do i remove the twitter link in email templates? Do I need to modify html or is there some setting? Thanks,

v 11.1.0

When sending mail it does not seem to use the specified display name:

I use this helper function:

What have I done wrong?

Thanks,

version 11.1.0

hello I have created a new localisation file in Danish xxx-da.xml and added to folder. I works fine in debug and on test server (azure), but not in production. Do you have a hint on what could be the issue?

Thank you,

version: v11.1.0

I have selected that it should not be possible to change theme (and i use default).

But still its posible for a user to change theme.

And also language is possible to change. Am i missing something, Thanks

MVC verions v11.1.0

Hello I have implemented the Odata like this:

[AbpAuthorize] public class MetricHeadController : AbpODataEntityController<Metric.MetricHead>, ITransientDependency { public MetricHeadController(IRepository<MetricHead> repository) : base(repository) { } }

In startup:

services.AddMvc().AddOData(opts => { var builder = new ODataConventionModelBuilder(); builder.EntitySet<Metric.MetricHead>(nameof(Metric.MetricHead)).EntityType.Expand().Filter().OrderBy().Page().Select(); builder.EntitySet<Metric.MetricRecords>(nameof(Metric.MetricRecords)).EntityType.Filter().OrderBy().Page().Select(); opts.AddRouteComponents("odata", builder.GetEdmModel()); });

However - I get data from all tenants when quering.

What could be wrong? Thank you,

When using OData with Microsoft Powerbi - Microsoft propose different authenticationmethods: https://docs.microsoft.com/en-us/azure/devops/report/powerbi/client-authentication-options?view=azure-devops

What do you suggest using in Aspnetzero MVC / Multitenant setup? Thanks, Thøger

ASP.NET CORE MVC & jQuery .NET 6.0 v11.1.0

hi Your class: public abstract class AbpODataEntityController<TEntity> : AbpODataEntityController<TEntity, int> where TEntity : class, IEntity<int> { protected AbpODataEntityController(IRepository<TEntity> repository) : base((IRepository<TEntity, int>)repository) { } } is locked to int. But we have an entity with id of type long - and therefore cannot create a controller for that entity. What can we do?

Thanks,

MVC - latest version

We just upgraded to latest version v11.1 and using VS2022 latest. Can it be that it is nessesary to have Docker running in order to publish on Azure?

I get these errors: Error The "KillAppInsideContainer" task failed unexpectedly. Error Visual Studio container tools require Docker to be running. Visility.Web.Mvc

(Debug is fine)

Thanks

Showing 1 to 10 of 18 entries