Dear Sir,
I encountered an error 500 issue when trying to load the Pdfviewer.
Please see the attached screenshot.
and this is my API routing.
config.MapHttpAttributeRoutes();
config.Routes.MapHttpRoute(
name: "DefaultApi",
routeTemplate: "api/{controller}/{action}/{id}",
defaults: new { id = RouteParameter.Optional }
Moreover, I get this message when try to load the api/pdfviewer/load
<Error>
<Message>The requested resource does not support http method 'GET'.</Message>
</Error>
Please help me to check. Thank you.
Regards,
WK
Attachment:
error_500_,_api_pdfviewer_load_70415e5b.zip