Base solution for your next web application

Activities of "dirtman"

Thanks for reply, Enabling MSDTC works fine in my locahost. I went to Services.msc -> Distributed Transaction Coordinator and start the service.

however, I'm using Azure SQL Database on my production. and I believe they are not supporting MSDTC. do you have any thoughts how to make this works on production?

Hi, I run a Fresh codes with ASP.NET Core on my local machine and tried to Create New Tenant with a Multiple Database. but turned out it returns an internal server error on this code

//TenantManager.cs line [#91](https://support.aspnetzero.com/QA/Questions/91)
CheckErrors(await _roleManager.CreateStaticRoles(tenant.Id));

The database was successfully created, it's stuck on that line.

regards, Irvan

Showing 11 to 12 of 12 entries