Base solution for your next web application

Activities of "alaamh"

update ngx-bootstrap to 1.9.3 to fix prod build issue

I did a workaround by removing the package reference Microsoft.VisualStudio.Web.CodeGeneration.Design (to disable scaffolding)

  • test it again not working :(

What is your email address, please email me <a href="mailto:[email protected]">[email protected]</a>

@ismcagdas thank you for the details.

How to configure multi-tenant using this approach? the wildcard (tenant sub-domains) should be in the client web role or host web role?

Thank you ismcagdas,

I'm able to load semantic ui when loading 'main' app by changing the link to template in head like this:

$('head #template').attr('href', '/assets/metronic/libs/semantic/semantic.min.css');

so when main route is visited, I replace bootstrap link using jquery, Is this Ok?

Added this to make it work:

<ItemGroup> <DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version = "1.0.0"/> </ItemGroup>

and install Install-Package System.Diagnostics.DiagnosticSource -Pre

after restart the app service (it blows up :) ) It's working ..

Yes, web.config file has been added to site's root folder, only when refresh the browser I'm getting: "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."

I'm using asp.net core & angular 2.x v3.2.0

It's working sorry, there are duplicate keys in the table AbpLanguageTexts .

Showing 1 to 10 of 15 entries