I am writing an ASP.NET application and I get the below error when trying to load an xml file?
with readXml method.
Could not find file ‘C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\File.xml
The File.xml file is in the same project directory as default.aspx
This has to do with relative path? How do I configure it to automatically look in its same directory for the xml file?
I’m debugging in the VWD 2005 IDE from Microsoft