M
Markus Schneider
Hello,
I have the following problem while working with files in asp.net (c#).
Here I create a new XML File with an xslt transformation:
xslt.transform("source.xml","dest.xml");
when I know want to work with "dest.xml", for example do this:
doc=new XPathDocument("dest.xml");
I get an error message, that I have no rights to read the file.
Does anyone know how to manage that problem. I'm an newbee in asp.net
programming. I have a little knowledge in JAVA. But with this I can't
explain what causes that problem.
Regards,
markus
I have the following problem while working with files in asp.net (c#).
Here I create a new XML File with an xslt transformation:
xslt.transform("source.xml","dest.xml");
when I know want to work with "dest.xml", for example do this:
doc=new XPathDocument("dest.xml");
I get an error message, that I have no rights to read the file.
Does anyone know how to manage that problem. I'm an newbee in asp.net
programming. I have a little knowledge in JAVA. But with this I can't
explain what causes that problem.
Regards,
markus