Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have an application in asp.net 3.5 which needs to access some data from a mobile app using MongoDB database. I have the rest API urls. how can i access these api and fetch the data from there so that i can use them in my application which uses MS SQL server as backend?

What I have tried:

I have no idea regarding this, so please i need some help
Posted
Updated 1-Sep-17 1:55am

1 solution

Have a look at the client code in this answer to another question: How to read a webclient response after posting data? Webclient.uploaddata method (string, string, byte[])[^] ... Same principle applies to your ASP.Net app...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900