New Swagger Change my Input Parameters layout
I have problem when moving from Version 8.1 (Angular + .net framework) to new Version 10.5 and my Input Parameters layout of service also change how can i fix the parameter to display to the same of previos version 8.1 other wise i have to change my Front End Angular every page to the new layout its pain
createUseBudgetDetail(input: AddUseBudgetDetail, inputType: string, docSts: string)
createUseBudgetDetail(inputType: string, docSts: string, body: AddUseBudgetDetail)
Thank you
Hi My version: ASP.NET CORE & Angular V10.4.0 with .NET 5 I just update my project to the new version V10.4.0 but error on Context.Database.ExecuteSqlCommandAsync error said: cannot find the Context and ExecuteSqlCommandAsync how can i fix this issue
Thank you
How can i use Active Directory in the company for user login
my version on ASP.NET CORE & Angular v9.1.0 Thank you
My project on ASP.NET CORE & Angular Vesrion 10.3.0
Xamarin on iOS can Display on Emulator but Error Show when i try to Build the project for Publishing
Error MT2091: The linker step 'Inliner' failed processing System.Void Abp.Auditing.AuditingInterceptor/<InternalInterceptAsynchronous>d__6
1::MoveNext()`. (MT2091) (KWANP.Mobile.iOS)
Thank you
Any tutorial that i can learn how to implement Identity Server to use OpenID Connect protocol.
Thank you
what about if i want to share user login authen to other website on different Server and port, It is possible?
Thank you
My version ASP.NET CORE & Angular v9.1.0 with .NET Core 3.1
I have 2 projects and i want to share user login authen
How can i pass user authen to other project?
Thank you
My Project on ASP.NET Core + Angular Version 9.1 with Publish to IIS Which config file that i miss the error show :
Access to XMLHttpRequest at 'http://27.254.140.XXX:2601/Template_Doctor_Fee_Transaction/Template_Asset%20(1).xlsx' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
GET http://27.254.140.XXX:2601/Template_Doctor_Fee_Transaction/Template_Asset%20(1).xlsx net::ERR_FAILED
Thank you
Can i do this on Version 6.5 (ASP.NET Core + Angular) i have try to filter out by Role but still not work can you give more hint to make this work
Thank you