Today for testing I'm using:
XmlReader ProductDoc = XmlReader.Create(@"c:\inetpub\wwwroot\data\xml\foo\bar.xml", settings);
I need to make this more relative instead of a fully qualified name but can't seem to find a way to make it work.
I really don't have a lot of access to the web.config file and so don't want to go there.
Ideas?