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:

 

Parents
No Data
Reply
  • 3707
    posted

    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.

Children