I want to read data from xml file thru URL link.

Code is straigt forward and simple. but I don't have IIS installed on my machine.

I am having Windows XP Sp2 installed with .NET framework 2.0.

in the code I am trying to read XML data thru an URL.Should I first install IIS server on my box? sorry if I shouldn't be posting this here.

Code:
private const String localURL = "http://localhost/quickstart/howto/samples/Xml/XmlReadFromURL/cs/books.xml";