Am having issues with installing on Server 2003. I have a regular asp.net page that is my switchboard. A link on the switchboard points to an asp.net page that contains a tchart object. (TeeChart.Net v1) The second page won't open and is giving me this error when i sign onto the server and run it:
Access to the path "C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\_chart_temp" is denied.
I have given ASPNET access to the whole Steema Software folder and subfolders. The _chart_temp file does not exist.
Permissions are something pretty new to me...can anyone help?
Install on Server
Hi,
Yes, I remember other customers with the same problem when running the ASP.NET examples on Windows 2003 - this is due to the default security configuration of IIS6.0. To remedy the problem, follow the instructions indicated in the error message for the file "C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\_chart_temp"
Yes, I remember other customers with the same problem when running the ASP.NET examples on Windows 2003 - this is due to the default security configuration of IIS6.0. To remedy the problem, follow the instructions indicated in the error message for the file "C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\_chart_temp"
Pep Jorge
http://support.steema.com
http://support.steema.com
A bit more help please
Hi am having the same problem - running the TChart for .NET on a windows 2003 server!
Could you please be a bit more specific in what steps needs to be taken to make things work?
Thanks in advance...
Could you please be a bit more specific in what steps needs to be taken to make things work?
Thanks in advance...
Hi Christian,
you must follow the instructions that the error indicates :
you must follow the instructions that the error indicates :
Access to the path "C:\Program Files\Steema Software\TeeChart for .NET
v1\TeeChartForNET\_chart_temp" 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\Steema Software\TeeChart for .NET
v1\TeeChartForNET\_chart_temp" is denied.
ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or
Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAME) or the authenticated request user.
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
appropriate user or group. Highlight the ASP.NET account, and check the
boxes for the desired access.
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi,
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET
and also have the correct permissions on the IIS.
Strange.. have you tried to uninstall and install it again (maybe it's a corrupted installer) ? You should have it under :I just did some searching on my web server. The _chart_temp file folder is not located under the Steema folder, it is located at c:\_chart_temp.
Is this an error in the install?
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET
and also have the correct permissions on the IIS.
Pep Jorge
http://support.steema.com
http://support.steema.com