dataset

  • Thread starter Thread starter kalaivanan
  • Start date Start date
K

kalaivanan

Hi,
I am converting a dataset into xml file using the following command:

dsXml.WriteXml("filename.xml");

Using the xml file i did my functionality. I works fine in the
developed machine. I deployed the same in a remote server through ftp.

When i request for the page i am getting the pop u window asking for
user name, password and domain.

whenever i click cancel i am getting the following error:

Access to the path "\filename.xml" is denied.

since this file created at remote server i am no able to set the
attributes for this file.

what could be solution for this problem.

kalaivanan
 
What kind of project - win/web?
How to do load this file?
Where this file locates?

--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top