Classic ASP XMLUsing ASP 3 and XML. See also the XML category for more XML discussions not relating to ASP. NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hai,
I am shine from India, my problem is when Iam saving an XML file using ASP an error turns up showing 'Access Denied'.Why this?
Plz help me.Any suggestion would be greatly appreciated.Thanx in advance.
I expect that the user under which you are running your ASP page (probably IUSR_machineName) does not have write access to the folder in which you are trying to save your XML file. That's the first thing that I would look at.