Hi,
I am trying to take the dropbox V2 code here (the official Dropbox API v2 .NET SDK) to work in a website. I was able to make it work locally (localhost), with small changes. However, when uploaded the website to production server, it seems to me that http://127.0.0.1:52475/ does not work anymore. The git-hub code already mentions that ( "This loopback host is for demo purpose. If this port is not available on your machine you need to update this URL with an unused port.") The example of a blogDemo does that, I supose, but it is written in MVC (seemingly) and I use webforms. My question is: how can I change this address (http://127.0.0.1:52475/) to make the code run on a website (other changes are already done)? Is there any webform example?