Chapter 3. Access Denied Error
Hi,
I have been working through the book (c#) and got to the sample default page on chapter 3.
When I go to run the program I get an Access Denied error with the following code line highlighted:
xslt.Load(Content.Server.MapPath(transformFilePath ));
Any help would be greatly appreciated.
|