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

Activities of "andry3ag"

Hi Team,

We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6). I have created a web API project that is being consumed by the client side using token based authentication. I can see in your documentation under "Tenant Settings" that I can disable reCaptcha using the user management tab under the Adminstration page. I was wondering if its possible to disable it from backend?

Thanks

** Timer.RunOnStart = true; **

Do I set this to false for all of the 3 classes?

Thank you for answer. I have found the files on the project. One last question, how do I disable them all together?

Hi Team,

We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6) and we deployed the DB on Sql Azure. The project is just a web API project and we noticed that it always persists connection to the DB. There seems to be always connection coming from ASP.Net Zero to database eventhough we dont not invoke any API calls. This is causing SQL Server not to pause and it charges even when we do not use the API. Is there anyway to configure the DB not to persist.

Thanks

Below is the new error I get after deployment.

One thing I have mention is that I downloaded the publish profile from azure and i imported it to visual studio 2019. Also I do not have or need the angular web app. I just want to deploy the back end. Here is what my appsettings.production.json looks like. As you can see I only set the serverrootaddress and not the other 2. Also I get a new error screen when publish is finished. I have attached the photo below

{ "ConnectionStrings": { "Default": "Server=rsdiscoveryhub-sql.database.windows.net; Initial Catalog=xxxxxxx;User ID=xxxxxx;Password=xxxxxxxxxx;" }, "App": { "ServerRootAddress": "http://risksmith-poc.azurewebsites.net/", "ClientRootAddress": "http://localhost:4200/", "CorsOrigins": "http://localhost:9902" } }

Hi Team,

I have tried deploying my ASP.NET core 3.x angular app to azure. I have followed given documentation (https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Deployment-Angular-Publish-Azure). I only want to do a web deploy as I have already configured my database. I created a web app with runtime stack of .NET Core 3.1 (LTS). After that I downloaded the publish profile, I publisehd the web.host project. The publish was successfull but when the page opens up I get the following error : "HTTP 500 error". I have looked at my project target frameworknd its set to .NET Core 3.1 which matches the web app I created. Not sure what else I need to do. I have attached the image of what I see when the website opens up. Also I can navigate to swagger page (http://risksmith-poc.azurewebsites.net/swagger/index.html) but when I try to get token or call any of the endpoints I get "InternalServerError"

{ "result": null, "targetUrl": null, "success": false, "error": { "code": 0, "message": "InternalServerError", "details": null, "validationErrors": null }, "unAuthorizedRequest": false, "__abp": true }

The patform is setup softdelete. I want to retrieve deleted record. How to do it?

EntityFramework.DynamicFilters is v1.4.11.0 in my project.

step 1) goto create new Edition called BasicEdition step 2) edit its featue, choice Chat (Administration is not checked) step 3) goto create new tenant called BasicTenant step 4) assign BasicEdition to BasicTenant step 5) login by admin user of BasicTenant step 6) BasicTenant/Adminuser still can see Administration permissions This is my question why the unchecked Administration feature is in BasicEdition->BasicTenant/admin user?

e.g. if we have the feature called "make invoice", it is not included in BasicEdition, when I login the BasicEdition by its BasicTenant/admin user, I still can see "make invoice" in the permission.

if we don't have "make invoice" feature, why we can setup its permission. If enable "make invoice", the "make invoice" feature is enable in BasicEdition->BasicTenant

Hope my explain is clear.

Showing 31 to 40 of 58 entries