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
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
Comment