ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Error at Running the Samples
Posted by RAM on Nov-24-2010 15:33
When i try to run the ASP.NET(vb)Charts example i got below error information
how to solve this problem.........








Server Error in '/WebSite4' Application.
--------------------------------------------------------------------------------

HTTP Error 403 - Forbidden.

--------------------------------------------------------------------------------
Version Information: ASP.NET Development Server 8.0.0.0

  Re: Error at Running the Samples
Posted by Peter Kwan on Nov-25-2010 01:24
Hi RAM,

Please check if your system is set up properly so that /WebSite4 is accessible by the web site anonymous user.

You may create a web page in /WebSite4 as follows:

<%@ Page Language="VB" Debug="true" %>
<html><body>
<%= Response.Write("Hello World")%>
</body>
</html>

Please check if the above code works in /WebSite4. If it does not work in /WebSite4, then your /WebSite4 is configured incorrectly, and ASP.NET is not accessible due to security reasons. Please reconfigure your /WebSite4 to allow users to access ASP.NET pages.

If the above test code works correct, but the sample code "simplebar.aspx" does not work, please check if the file "simplebar.aspx" is readable by "Everyone", and also if the file "/WebSite4/bin/netchartdir.dll" is readable by "Everyone".

(Sometimes people may install ChartDirector in a private directory such a way that the files are only readable by the person who installs it. If this is the case, the files may not be readable by the web server or the ASP.NET worker process.)

Hope this can help.

Regards
Peter Kwan