ASP.
When an unexpected error occurs in WebAPI the user sees the entire stack trace. I believe that showing the entire …
c# .net asp.net-web-api stack-trace asp.net-web-api2I have some problems with adopt Web API 2 Identity. In project. I add StartUp.cs Like this: using Microsoft.Owin; …
asp.net asp.net-web-api2 asp.net-identity-2I have a basic web API 2 setup with some basic routing. Below is the default route and post for inserts. …
asp.net-web-api2How do you make a Web API self host bind on all network interfaces? I have the below code currently. …
c# asp.net asp.net-web-api2 self-hostingI am trying to just pass in body a int and it does not work Why do I need to …
c# asp.net-web-api asp.net-web-api2 postman asp.net-web-api-routingWhen defining a RoutePrefix at controller level, when I try to access the API class using the URL with prefix …
c# asp.net-web-api2 asp.net-web-api-routingI am coding an MVC 5 internet application with a web api 2 web service. Do I need a dispose method for …
asp.net-mvc-5 asp.net-web-api2 dispose dbcontext repository-designI need to get the controller who triggers a filter attribute. I have the following filter: public override void OnException(…
c# asp.net-web-api asp.net-web-api2The opensource Attribute Routing allows to have multiple route-prefixes. Why does ASP.NET Web API 2.0 does not allow to have …
asp.net-web-api2 asp.net-web-api-routing attributeroutingI am trying to add API versioning and my plan is to create a controller for each version in different …
c# asp.net asp.net-web-api asp.net-web-api2 asp.net-web-api-routing