I have created a Web API that will read data from Mongo Database and return the collection in the form of List object. Data from Web API is returned without any issues, but when data is accessed from web API in any web forms, it throws following error message: "Duplicate element name ''.".
Please find the attached image for detailed error details.