Base solution for your next web application

Activities of "arnovz77"

Hi, please have a look at this page, it shows a 404 error: https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Core-Mvc-File-Upload-Tutorial.md

Hi Abp Zero,

Trying to build our project using an Azure Pipeline but getting errors when it comes to "npm run build" step of the process as explained on your website. Even if I do it in my own environment, I still get the same error.

yarn && gulp build

yarn install v1.17.3 warning package.json: No license field warning [email protected]: No license field [1/4] Resolving packages... success Already up-to-date. Done in 0.34s. [11:00:23] Using gulpfile ~\source\repos\Dolfin\src\Dolfin.Web.Mvc\gulpfile.js [11:00:23] Starting 'build'... [11:00:31] 'build' errored after 7.64 s [11:00:42] SyntaxError in plugin "gulp-uglify-es" Message: Unexpected token: punc (.) Details: filename: _KeyValueListManager.js line: 113 col: 36 pos: 4251 domainEmitter: [object Object] domainThrown: false

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] build: yarn && gulp build npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Are there possible setting / configuration that I am mssing.

Regards,

Question

Hi

We are in the process of implementing a core system for big clients using your framework, which by the way is great!

Business has some question whether the solution will scale and has there been any performance testing done on the framework? Also are there any reference for this framework on an enterprise level?

Please give my any information that might be helpfull that you have tested and someone using the framework has testified to.

Thanks Arno van Zyl

We currently have a problem that we cannot reproduce in developer / debug mode.

If an invalid token gets used on our API, we get the appropriate response in developer mode. The HTTP result is also correct where we are getting an error 401 Unauthorized.

When published to IIS in UAT, we get an internal server error (500) and no payload in the response with the "UserFriendlyError".

Main differences: IIS Express vs IIS HTTP vs HTTPS Debug / Release

Have tried some of the other solutions like: Configuration.Modules.AbpWebCommon().SendAllExceptionsToClients = true;

Anthing else that I can possiblity have a look at?

Regards,

Question

Hi

We would like to enquire if you have ever setup a 3 tier multi-tenancy environment.

Example would be where we as a service company control the host database, the tenant would be a company that contains multiple branches.

So the host, company and branch would be 3 seperate databases, or if chosen, the datbase structure would be host and company/branches would be one database.

Thanks

Showing 1 to 5 of 5 entries