Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi,
Refering to the below document https://aspnetboilerplate.com/Pages/Documents/Background-Jobs-And-Workers#disabling-job-execution specifically the point "You can enable job execution for only one instance of the application.", could you please elaborate how can we do this....
I am using Azure AppService and am scaling it out to say 5 instance. now how can I ensure that only one instance should run the background job and not any other instances else the same background job is picked-up by multiple instances and that cause data duplication in the database.
Regards, Mahendra
Yes, I did. But this link only provides the usage of webhook. I need to create a new Webhook. for one of my master object. I mean whenever someone creates a new record, I need to push it to some third party via webhook.
Could you please provide me some step by step document...for creating a webhook
Regards, Mahendra
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I am wondering for a document that explains step by step process to create and publish a webhook. My requirement is to when a record is created in my application, I need to push it to some third party using webhook.
Regards, Mahendra
Hi Experts,
We would like to know the following about the ASP.NET Zero framework:
What is the maximum concurrent user count are supported by the framework? For Example: if we have more than 100,000 users logged into the application. We would like to understand from your experience.
What is the minimum server requirement (e.g., Server configurations, RAM etc.) to run the ASP.NET Zero applications?
As we are planning to host the web application in the docker environment per customer. Therefore, we would like to know the minimum requirement to run the framework for at least 10 simultaneous active users.
Any help would be much appreciated.
Thanks,
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Changing the text of below key does not take into effect and it always shows the original text only. I also tried changing from language menu option but that still did not work and it always shows the original text. Please advise..
<!--<text name="AtLeastOneOfThesePermissionsMustBeGranted">Required permissions are not granted. At least one of these permissions must be granted: {0}</text>--> <text name="AtLeastOneOfThesePermissionsMustBeGranted">You do not have requisite permissions for this process.\nPlease contact your Manager.{0}</text>
I cannot see the issue link that you created. Could you please re-send me the Git Hub issue link again.
Also I tried your suggestion above, but could not succeed.
Regards, Mahendra
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
When we enter a wrong password in the login screen, it says "Invalid user name or password". I was expecting the same when we enter wrong password in the Session Lock Screen. But when we enter wrong password in Seccion Lock Screen, though it says "Invalid user name or password" but after that immediately redirects the user to login screen. How can we let the user remain on Session Lock Screen itself....
How can we fix this?
Regards, Mahendra
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi Experts,
We are using sweet alert js for custom error pop-up. Our requirment is to redirect the page after click on OK button. When we'll click on OK button an API will call, on the basis of API's result, page'll redirect. IS there any way to achieve that ?
Thanks
Hi ismcagdas,
Thanks for your response.
We are using aspnetzero 8.2 version for our web application.Could you please confirm whether webpack is being used in this version also.
Thanks,
Hi Experts,
We are using PostgreSQL as database server in our current application which is on aspnetzero version 8.2.
We want to upgrade our application from aspnetzero version 8.2 to 10.5.
We are following the version upgrade document on the following link. https://docs.aspnetzero.com/en/common/latest/Version-Updating
As per the document we need to copy the 10.5 version on the aspnetzero branch and then merge the dev branch from the aspnetzero branch.
As you know that latest fresh source code of 10.5 is with the SQL server database and our application (i.e. 8.2 version) is working with the PostgreSQL.
Could you please let us know the steps for handling EF migrations and Snapshots (with PostgreSQL database) while upgrading from version 8.2 to 10.5?
Thanks in advance