|
 |
aspx thread: Permission denied error while updating XML file through VB Script
Message #1 by "santosh" <santosh_nadgeri@s...> on Thu, 30 May 2002 10:04:29 +0530
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0009_01C207C1.63FF3F30
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Hi all,
I came across this problem,
I have a VB script for tree having back end a XML file.
I have a function which tries to create a new node in tree and update the
same in the XML file.
The problem is that, it is creating a node in VB script but not able to
update in the XML file.
The error which we are getting is
"Permission Denied"
Thanks in advance.
Regards
Santosh.
Message #2 by "Betti Alessandro" <betti@g...> on Thu, 30 May 2002 12:50:10 +0200
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0032_01C207D8.88681C90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
You need to give the add ASPNET user grent to the DIRECTORY where you
intend to put XML file.
give me a smile
Ale
----- Original Message -----
From: santosh
To: ASP+
Sent: Thursday, May 30, 2002 6:34 AM
Subject: [aspx] Permission denied error while updating XML file
through VB Script
Hi all,
I came across this problem,
I have a VB script for tree having back end a XML file.
I have a function which tries to create a new node in tree and update
the same in the XML file.
The problem is that, it is creating a node in VB script but not able
to update in the XML file.
The error which we are getting is
"Permission Denied"
Thanks in advance.
Regards
Santosh.
--- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to
Message #3 by "Santhosh K Mukundan" <m_santhosh@r...> on 30 May 2002 17:44:12 -0000
|
|
Hi,
If you are doing the scripting on the client side then it is not
possible to do it. Your browser's security model will nto allow
you to do that.
Thanks,
Santhosh
On Thu, 30 May 2002 santosh wrote :
>Hi all,
>I came across this problem,
>I have a VB script for tree having back end a XML file.
>I have a function which tries to create a new node in tree and
>update the
>same in the XML file.
>The problem is that, it is creating a node in VB script but not
>able to
>update in the XML file.
>The error which we are getting is
>"Permission Denied"
>
>Thanks in advance.
>Regards
>Santosh.
>
>
_________________________________________________________
Click below to visit monsterindia.com and review jobs in India or
Abroad
http://monsterindia.rediff.com/jobs
|
|
 |