using asp.net web forms with agilepoint
Can someone point in the right direction for what is needed to integrate asp.net web forms with AgilePoint, specifically config files settings and requisite DLLs?
-
Matt Manos, If the ASP.NET application which connects to AgilePoint would generally need AgilePoint REST endpoint URL in the configuration file. My understanding, the details which you use for an API call on a postman or custom JavaScript is pretty same as ASP.NET.
Since API's enable AgilePoint Product as service you would not need any AgilePonit specific DLL's. All request and response are JSON format so that can be easily managed using any commonly used DLL like Json.NET https://www.newtonsoft.com/json.
Regards,
Harish
Please sign in to leave a comment.
Comments
1 comment