0
squaresunion created
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
2 Answer(s)
-
0
Check the error in Logs.txt.
-
0
When the http status code is 500, you can see the error log on the server side.
The code for AbpUserConfiguration is here: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/92597962f2240b14dc2d67ac3e5ac73ddd95163e/src/Abp.AspNetCore/AspNetCore/Mvc/Controllers/AbpUserConfigurationController.cs#L16">https://github.com/aspnetboilerplate/as ... ler.cs#L16</a>