jcrowusa Posted October 24, 2007 Report Share Posted October 24, 2007 Hi, Is there a resource or walkthrough that steps one through deploying a site with the Chart control to a local (or remote) IIS site? Currently the chart being rendered as an image works fine runnin from the Visual Studio web server but if I try and run it from my local IIS server the chart image does not render. I noticed the chartfx70 folder in my development folder and copied it to the IIS virtual path but still had no luck. The image tag points to the following path <img src="/[VirtualPath]/WebResource.axd?d=nhXa5af-uSndH53EKAmKZ384-6RCQi2aAkgz0LwUElMPAVvn64WUCXgcbvtbv5FpDrjvz8Kt1G9lT3tzsZd96g2&t=633288204376883984" I assume it is not but is this a trail period limitation? Please advise. Thanks, Jerry Quote Link to comment Share on other sites More sharing options...
Frank Posted October 25, 2007 Report Share Posted October 25, 2007 This doesn't look like a Chart FX <img> tag, you may have gotten it confused with another image. Please review the HTML and look for the <img> which ID corresponds to the Chart's ID. The source should point to something like /chartfx70/... Quote Link to comment Share on other sites More sharing options...
jcrowusa Posted October 25, 2007 Author Report Share Posted October 25, 2007 Yikes, sorry about that. Not sure what that one was. <img id="Chart1" src="/chartfx70/pss/ChartFX.aspx?id=0-102508040&type=png&mime=image%2fpng" I looked and didn't have a pss folder, so I created one. I tried it again and there is nothing being created in this folder. -Jerry Quote Link to comment Share on other sites More sharing options...
jcrowusa Posted October 25, 2007 Author Report Share Posted October 25, 2007 Hi Frank, The following post is pretty much what I am trying to do yet it ends in you recommending the user call support. I'm not sure exactly where to put the config file and where the Applicaitons in IIS should be pointing to. http://community.softwarefx.com/forums/p/7898/17624.aspx#17624 So far I have copied the C:\Program Files\Chart FX for Visual Studio 2005\ChartFX70 folder and put it under my IIS application (localhost/App123/) folder. I have additionally made them applications for the ChartFx70 and PSS folders. I am still unable to get the image to work. I have read through several forum postings and recommended articles but it seems I am missing something. -Jerry Quote Link to comment Share on other sites More sharing options...
Frank Posted October 26, 2007 Report Share Posted October 26, 2007 \ChartFX70 is not a physical folder within your application. It must be a virtual folder within your IIS pointing to <chartfx installation folder>\chartfx70 The Chart FX server installation should have created tat for you. Check on your IIS manager. If it is not there, you can create it. Inside it, there is a PSS folder that you must convert to an application. Quote Link to comment Share on other sites More sharing options...
jcrowusa Posted October 26, 2007 Author Report Share Posted October 26, 2007 I have tried that and it still does not work. I'm using IIS 7/Vista, which may be why it didnt' install. What should I try next? Quote Link to comment Share on other sites More sharing options...
jcrowusa Posted October 26, 2007 Author Report Share Posted October 26, 2007 I ran across this article and yet I am still having the issue. I will call support on Monday since they are already closed for the today. http://support.softwarefx.com/ProductBase.aspx?Product=CfxNet70 -Jerry Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.