Hello All,
I am trying to test some code:
[code]
/Create the XmlDocument... XmlDocument doc = new XmlDocument();
doc.Load("http://data.sportsinsights.com/dataservice/dataservice.asmx/LineFeed?LastRequest=0&SubscriberKey=xxxxxxx"); // *********************
// ** HISTORICAL DATA **
//doc.Load(Server.MapPath("~/App_Data/xxxx_datafeed_4122015.txt")); // *********************
[/code]
How do I test this in Visual Studio?
I have programmed some in ASP.net classic but I am having to ramp up and learn this fairly quickly.
Also what books do you like on learning ASP.net for the newest version?
I would appreciate any and all help.
Thanks,
Kurt
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ali tuncerPosted Feb 14, 2016, 3:13 AM
In Visual Studio, you could create a simple Console or Windows Form Application to test this code.
You can find many articles and e-books on this site.