ASP.Net with Crystal Reports
Hello and thank you for taking a moment to read this message. I am new to using Crystal Reports with ASP.Net. I have set up a a very basic asp.net page that according to a book I have should display a particular report from the extreme sample database in the Crystal Reports directory of Visual Studio.Net 2002. When I run the page I get this error. I don't see the "security tab" to which it refers. I f anyone has any suggestions I would be very appreciative.
Thank You,
Jason
Access to the path "C:\Program Files\Microsoft Visual Studio .NET\Crystal Reports\Viewers" is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path "C:\Program Files\Microsoft Visual Studio .NET\Crystal Reports\Viewers" is denied.
The ASP.NET process is not authorized to access the requested resource. For security reasons the default ASP.NET process identity is '{machinename}\ASPNET', which has limited privileges. Consider granting access rights to the resource to the ASP.NET process identity.
To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the "{machinename}\ASPNET" user. Highlight the ASP.NET account, and check the Write box in the Allow column.
|