I am uploading an Excel file to SQL DB. I am getting Remote Server returned an error Not Found 404 exception at following line
WebResponse response = request.GetResponse();
This is REST POST call & service is configured properly. Can anyone help ?I am not able to figure out anything from Exception.
The same code is working with less amount of data I mean 200 list count. Any help would be appreciated.