python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Multiple User types and Identity
In my project, I am currently working on user roles (claims) and registration.
I am struggling with which approach I should use or if there is any source I can base on.
I have two types of application...
msd
Votes: 0
Answers: 1
Start a C# web API inside an application
EDIT :
I found this question : Simple routing with web server in netcore console app so I tried to do something with it.
I created a console application with the following code (basically the same as ...
Arruba
Votes: 0
Answers: 1
Web API POST Request returns 500 Error, GET Request returns 200 OK on Azure
I created a web API which runs perfectly on localhost.
After publishing it to Azure
POST Request returns 500 Internal Server Error
GET Request returns 200 OK
Is there something else required to do in ...
Tassisto
Votes: 0
Answers: 1
How do I expose Web API on different port than default? .NET 6
All attempts to expose a .NET 6 web API on port 8888 fail.
I tried these answers and various other articles online, by adding urls in appsettings.json and configuring the port in Program.cs without su...
Tassisto
Votes: 0
Answers: 3