Base solution for your next web application

Activities of "squaresunion"

Hello, am using asp.net Core angular 5 of aspnetzero template I would like to know if there is a procedure to deploy on aws. I just see the one of Microsoft Azure...

Regards

how do I open an issue?

This is for aspnetzero team.

Connection String format: {host},abortConnect=false,ssl={true|false},password={accesskey}

so that people dont spend hours to figure it out. DatabaseId I left it to -1...no error. working with MS Azure

Regards

Hello, I cannot display my web site anymore because of this web service :22742/AbpUserConfiguration/GetAll:1 It return a 500 errors. But I cant see any web service with that signature in the back end!!?? I am using asp.net core angular 5. Can somebody explain to me where is that service?

Regards

Answer is right here

<a class="postlink" href="https://stackoverflow.com/questions/45626158/the-override-username-string-length-did-not-work-when-calling-usermanager-create">https://stackoverflow.com/questions/456 ... ger-create</a>

Hello I cant understand why the Username lenght is limited to 32 character lenght. Is it possible to change that? Can somebody please show me how to increase it? Please currently migrating to asp.net Zero in production. I see its coming from the framework. Cant I overide it? Using .Net core Angular 5.

<cite>maliming: </cite> The Update-Datebase command will not use the environment.

See: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.EntityFrameworkCore/EntityFrameworkCore/AbpZeroTemplateDbContextFactory.cs#L15">https://github.com/aspnetzero/aspnet-ze ... ory.cs#L15</a>

<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Configuration/AppConfigurations.cs#L17">https://github.com/aspnetzero/aspnet-ze ... ons.cs#L17</a>

Yes I saw that. It working for me now. Great thanks for you quick answer.

Regards

<cite>SquaresUnion: </cite> I create a appsettings.staging.json file change the environment variable ASPNETCORE_ENVIRONMENT to staging but when I do an update-database it is still pointing to the dev environment. The default appsettings file...How should I do

OK I am reading the doc. What I am trying to do will never work. I got the right way to proceed thanks

I create a appsettings.staging.json file change the environment variable ASPNETCORE_ENVIRONMENT to staging but when I do an update-database it is still pointing to the dev environment. The default appsettings file...How should I do

<cite>ryancyq: </cite> Reading of appsetting.json with environment variable is done at <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Configuration/AppConfigurations.cs#L34">https://github.com/aspnetzero/aspnet-ze ... ons.cs#L34</a>

ok thanks but does that mean that if you have a custom appsettings.environment.json, with the above code it will loaded natively the correct file? Do I need to change the code for it to work properly?

Showing 1 to 10 of 45 entries