Posts by Arthur Gresele • 1 point
2 posts
-
0
votes0
answers506
viewsQ: How to set up IIS on the Windows Authentication server (via Active Directory) of an Aspnet Core C#?
Sirs, I have an application very similar to the visual studio 2019 ready template. There, through the 'Users.Identity.Name', I obtain the AD data of the authenticated user as below: public…
-
0
votes1
answer2633
viewsQ: C# - Get Connectionstring from Appsettings.Json of a dotnet Core MVC application from a Data Access Library
I have an application in . Net Core MVC and I do the data access part using a Dll. How to configure a Connection String according to what was configured in my appSettings.Json of the Netcore MVC…