G
grzegorz.gazda
I am using XML as data store for my website. Then I load it into
DataSet. The path for the file is sPath = "XMLData.xml". When website
read the file it looks for it in c:\Windows\System32 instead of the
location where website files are. When I was trying to use path as URL
(sPath = "http://website/XMLData.xml") I got an error.
How to use relative path for the XML file, and to put it the same
folder or sub folder as the other files which belong to website.
DataSet. The path for the file is sPath = "XMLData.xml". When website
read the file it looks for it in c:\Windows\System32 instead of the
location where website files are. When I was trying to use path as URL
(sPath = "http://website/XMLData.xml") I got an error.
How to use relative path for the XML file, and to put it the same
folder or sub folder as the other files which belong to website.