XML
-
HI all I am trying to insert data into XML by programetically It is working fine in local system But when i upload to server it is giving this error "Access to the path "D:\inetpub\ftproot\dsolusys.com\Data.xml" is denied." Why it is giving like this Any idea ?
asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf
-
HI all I am trying to insert data into XML by programetically It is working fine in local system But when i upload to server it is giving this error "Access to the path "D:\inetpub\ftproot\dsolusys.com\Data.xml" is denied." Why it is giving like this Any idea ?
asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf
Security, security, security. The user account under which the ASP.NET process runs on the server would need permission to access that path. Here's a link[^] that may be useful.
-
Security, security, security. The user account under which the ASP.NET process runs on the server would need permission to access that path. Here's a link[^] that may be useful.
HI Thx for reply I tryed THE CODE Still it is giving the SAME error
asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf
-
HI Thx for reply I tryed THE CODE Still it is giving the SAME error
asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf
Hi First of all put your XML file under the virtual directory for example you have a virtual directory maped to a specific folder named "Test" Then put the XML file under "Test" directory and instead of giving the path like D:/data/.... give path=Server.MapPath("xmlFileName.xml") it must work!!! :suss: ------------ Boss said, develop in J2EE or better, so done in .NET ------------
-
Hi First of all put your XML file under the virtual directory for example you have a virtual directory maped to a specific folder named "Test" Then put the XML file under "Test" directory and instead of giving the path like D:/data/.... give path=Server.MapPath("xmlFileName.xml") it must work!!! :suss: ------------ Boss said, develop in J2EE or better, so done in .NET ------------
Hi THX I got it
asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf