Vahid Naderi
Results
1
issues of
Vahid Naderi
The sample multi-tenancy project (MultiTenantApplication.csproj) works fine with razor pages but how should we enable controllers and views? Trying to add them by adding ```csharp builder.Services.AddControllersWithViews(); ... app.MapDefaultControllerRoute(); ``` results...