Posts by Pedro Loureiro • 53 points
3 posts
-
4
votes1
answer634
viewsA: Web API ASP.NET published on IIS does not work
After more exhaustive research I found the solution to my problem in the following post You need to change some default values in the Application Pool to allow the application to function correctly:…
-
0
votes1
answer634
viewsQ: Web API ASP.NET published on IIS does not work
I have an ASP.NET Web API project that I integrate with Spring 10. I followed the examples that are in Github and also the part of Assembly Resolver. When I run the project on IIS Express through…
-
1
votes1
answer73
viewsA: What is the best way to login auth?
I use something similar in a project I have in Angular. Here is a tutorial a little more complex, but simplifying does the same as your code.…