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 |