Posts by Michael Santos • 21 points
2 posts
-
0
votes3
answers652
viewsA: Web API does not return JSON
Try adding the following lines to the method Register: config.Formatters.Clear(); config.Formatters.Add(new JsonMediaTypeFormatter()); I saw a guy with the same problem here at stackoverflow and he…
-
2
votes0
answers111
viewsQ: Container Docker cannot access LDAP server
I have an application that needs to access an LDAP (Active Directory) server and running the application locally is working normally, however when running the application inside a Docker container…