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

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

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.

Hello Guys, I noticed that in the native code of server side code (angular 5 .Net core) to read the appsettings.json file using this code JObject.Parse(File.ReadAllText("appsettings.json")); Is this working if I create a file appsettings.Production.json will this read the correct production file automatically if I change the ASPNETCORE_ENVIRONMENT to production? Or it is going to find appsettings.json on the drive? How does this work?

Regards

Hello Guys, I Would like to know if I can copy users password directly from my former Asp.Net Sql Server Membership database to Aspnet zero .net core membership database without any change. Any body knows how this works?

Regards

Hello Guys, Does somebody know how to assign default permissions to default static roles. I would like to be set up those permission to static roles at the start of the application and administrator shouldnt be able to modify it. I already know how to create default static roles (AppRoleConfig.cs)

Thanks in advance for answering.

Hello, Ive been looking for this in vain. How to activate email in debug mode please. Working on .Net Core/Angular 5.

Thanks

Hello, I am running into a huge issue here. I am working with a payment processor and have to receiver a post request into my application page in my web site. The problem is that angular 5 route doesnt accept post request. Didnt know that. Has aspnet Zero found a way to manage this problem? Dude I've never seen anything about this limitation on angular 5 man that sucks like hell.

Please help

Hello something that is really killing me

trying to execute a stored proc (Angular 5 .Net Core) g.Database.ExecuteSqlCommand("EXEC sp_GetNextBusinessId"); But is is always returning -1. Tried to use an output parameter, always returning value 0; Can somebody help. Please.

Regards

Showing 1 to 10 of 14 entries