Wednesday, July 6, 2016

Debug MVC routes with Route Debugger

There are two interesting utilities in Nuget Package manager, RouteDebugger and WebApiRouteDebugger. These are quite useful to check how paths are matched by routes.config file.

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...