Hi,
Hope somebody can help. I have deployed my site to our production server but I am not seeing images, in drop-dows, menu's etc. I have all the appropriate folders for images, script and styles set up. I am using the web.config file to configure the locations of the relevant folders.
XML below:
<infragistics.web imageDirectory="~/images" javaScriptDirectory="~/Scripts" cssDirectory="~/Styles" formsDirectory="~/Forms" />
Thanks and any help at all would be greatly appreciated:
Thanks Torrey for the info. I've installed this and I notice a couple of things, you might be able to offer some advice.
When loading a page that has an WebGrid and a number of WebCombos, in some cases it's looking at the right folders, i.e. The scripts folder, and images folder, but it's not loading the images for the WebCombo. Is there anything else you can think of that might be causing the problem
Thanks again
One important tool I use when encountering problems like this is to use a tool called HttpWatch. When you load up your page it gives you details in a small window pane of each request and the result of the request. Makes it really easy to find where it's trying to find those files.