Base solution for your next web application

Activities of "pablotola"

Answer

Failed to validate project name. Should not rename a project downloaded from aspnetzero.com. You can contact to [email protected] if you are using a licensed product.

Thanks for the reply, I found what the error was and it's fixed, had to increase the CommandTimeout and that solved the problem.

On another note I would like to override or replace the function that creates the tenant database and need some guidance. I need to create thne tenant databases in an Azure elastic pool.

I think this is the function that creates and seeds the data:

//Create tenant database _abpZeroDbMigrator.CreateOrMigrateForTenant(tenant);

I was thinking about two options:

  1. Create the database before this method and keep the method to take care of the seeding.
  2. Override / Replace the method and code my own.

What would you recommend? How will I be able to run the following command at this point:

CREATE DATABASE DemoDB ( SERVICE_OBJECTIVE = ELASTIC_POOL ( name = DemoPool ) ) ;

Thanks for your help.

I'm having the same issue, is there a solution for this problem?

Showing 1 to 3 of 3 entries