Base solution for your next web application

Activities of "pliaspzero"

Hi,

we have a problem on customer server that in ASP.NET CORE API POST and PUT method not working.

See below my web.config - WebDAVModule on IIS not installed - any hints what to check further?

<?xml version="1.0" encoding="utf-8"?> <configuration> <system.web> <httpRuntime maxRequestLength="1048576" maxQueryStringLength="2097151" /> </system.web> <system.webServer> <modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> <add name="aspNetCore" path="" verb="" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> </handlers> <security> <requestFiltering> <requestLimits maxAllowedContentLength="1073741824" maxQueryString="2097151" /> <fileExtensions> <add fileExtension=".html" allowed="true" /> </fileExtensions> </requestFiltering> </security> <aspNetCore processPath="dotnet" arguments=".\WFMOne.Web.Host.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" startupTimeLimit="3600" requestTimeout="23:00:00" hostingModel="InProcess"> <environmentVariables> <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Production" /> <environmentVariable name="COMPLUS_ForceENC" value="1" /> <environmentVariable name="ASPNETCORE_HTTPS_PORT" value="44338" /> </environmentVariables> </aspNetCore> <httpProtocol> <customHeaders> <remove name="X-Powered-By" /> </customHeaders> </httpProtocol> </system.webServer> </configuration> <!--ProjectGuid: 9fc37c62-2105-4d32-9724-7323b959504b-->

Additional info: I had to remove folowing line due to erro:

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information: Module RequestFilteringModule Notification BeginRequest Handler aspNetCore Error Code 0x800700b7 Config Error Cannot add duplicate collection entry of type 'add' with unique key attribute 'verb' set to 'POST'

Additional info 2: ASP.NET CORE runs in Application with own Application Pool

Hi,

how / is it possible in IIS to run Angular UI and ASP.NET CORE Backend under one Domain?

Hi,

with 12.0 new version we et following error - any hints?

Abp.AbpException: There is no setting defined with name: App.DashboardCustomization.Configuration.Angular.TenantDashboard

at Abp.Configuration.SettingDefinitionManager.GetSettingDefinition(String name)

at Abp.Configuration.SettingManager.GetSettingValueInternalAsync(String name, Nullable1 tenantId, Nullable1 userId, Boolean fallbackToDefault)

at WFMOne.DashboardCustomization.DashboardCustomizationAppService.GetDashboardWithAuthorizedWidgets(String application, String dashboardName)

at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)

at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Aw

Hi, delete settings in AbpSettings table related to Dashboard -> did that - didnt't help

We upgraded from 10 to 12 version.

So how to fix that?

Thanks

I've the same problem - any solution?

Hi, when I try to start MAUI mobile app -v12.1 - I get below error - how to get it up and running?

Web.Host>dotnet run --launch-profile Mobile The launch profile "Mobile" could not be applied. There is no launch profile with the name "Mobile" available.

thanks

no there is no Mobile profile..

also Host app with start-host-mobile.bat is not working

Hi,

we use Angular + net core - is it possible, additional to confirm a user account with mail, to add account confimation also with mobile phone and SMS possible? We build on top a native mobile app and want to add account confimation via mobile phone.

Thanks Oliver

Showing 51 to 60 of 68 entries