Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Calvin Willman #1
Access to path is denied...
I'm trying to test/check contents of a dataset by writing it to an xml file
on the server, but get this error above.
The suggestion to grant access rights to the file doesn't work, as I don't
get a security tab when I right-click in order to add ASPNET as a User to
the file.
Anyway...
here is my code...
TextWriter t = new StreamWriter(context.Server.MapPath("dsCust.xml");
XmlSerializer xs = new XmlSerializer(typeof(Cotswold2.dsCustomerDetails)) ;
xs.Serialize(t, dsCust);
Error occurs on the first line. How can I grant either access rights,
although I'd have thought being able to write to an xml file on my web
server should be allowed in any case.
Calvin Willman Guest
-
Access to path denied
I have a question. I am running Windows 2003 Server with Framework 1.1. I have an application that has XML config files within it that drive part... -
Access to the path is denied
This is error message I've got. Any suggestion would be appreciated. Server Error in '/WebDirectory' Application. ... -
System.UnauthorizedAccessException: Access to the path is denied
Server Error in '/BIP' Application. ----------------------------------------------------------- --------------------- Access to the path... -
Access to Path is denied
What account is your webservice running under? aspnet? Does aspnet have access to the directory? Maarten "Eric Levin" <eric@soundsite.com>... -
Access to the path ...\\dynamic_images is denied. What Happens???
I have designed a report that uses the CrystalReportViewer which works fine on my local machine. I created a setup to install Crystal Report in my...



Reply With Quote

