Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Problem with images after deployment
posted

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: