Top "Aspnetboilerplate" questions

Use this tag to ask questions about ASP.

Can't bind to 'value' since it isn't a known property of 'p-dataTable'

I'm developing aspnetzero application with angular but when I'm assigning value of categories property in p-dataTable I'm getting this error …

angular primeng aspnetboilerplate
Database operation expected to affect 1 row(s) but actually affected 0 row(s)

I'm trying to insert records in two tables, but getting the exception. Could you please help me to resolve the …

c# asp.net-core ef-code-first entity-framework-core aspnetboilerplate
Web API Authorization via HttpWebRequest

I have a function to call my Web API. It works well if TestCallingRemotely is set to [AllowAnonymous]. var httpWebRequest = (…

c# asp.net-web-api httpwebrequest aspnetboilerplate http-request-parameters
Access to xmlhttprequest at from origin has been blocked by cors policy in Angular 6

I'm using Asp.Net Core Boilerplate framework for my server side project. Angular 6 using for the client side project. Server …

c# angular asp.net-core aspnetboilerplate
How to set Swagger as default start page?

How do I set Swagger as the default start page in ABP template instead of /Account/Login? I'm using ASP.…

c# angularjs asp.net-mvc-5 swagger-ui aspnetboilerplate
response: 413 Request Entity Too Large

When POSTing a request which can contain one or more files (as base64 string) I get this error response: ERROR 2018…

c# asp.net-core asp.net-core-webapi aspnetboilerplate
ESlint: Expected !== and instead saw !=

i have already tried to find eslint rules or options in the project but i could not find these. i …

visual-studio aspnetboilerplate