I have a ig_common virtual dir on prod. The site shows fine in development put when I build to prod, the web dialog images are X's and the content is white. What am I missing in deploying Infragistics?
Try navigating directly to one of the images in your browser. For instance, if you're looking at "arrow.jpg" (not likely the name of one of our images in the ig_common directory; I'm using it as a simple "for instance"), and if your production website is "www.myproductionsite.com", you would try navigating to the following URL:
http://www.myproductionsite.com/ig_common/arrow.jpg
If you see the image in your browser, then the image should be accessible to your webpage. I doubt this will occur in your situation.
What's more likely to occur is that you'll get an HTTP error message. This message may give you more information as to why it can't be found. As an example, you might get a "403 Forbidden" error, which suggests that you don't have the right access permissions on the directory.
ok, I can see the image. So why can't the app see the folder?
How are you telling your application to use these particular images? This will likely make a big difference.
Take a look at the "View Source" of your application, and look for the IMG element tags that refer to your images. Make sure that the URL they're showing matches what you viewed in your test above. Since your images are accessible, the chances are high that your webiste is simply looking in the wrong place.
got it. my ig_res folder was missing the default folder.