Clear Server Cache

Discussion in 'ASP.NET 2.0' started by wisemx, Jan 20, 2008.

  1. Hey guys,

    I have page that can edit image in DataGridView, when I change the picture the old one still appear/emoticons/confused.gif !, and if I open this URL from another computer the old image still appear/emoticons/confused.gif/emoticons/confused.gif.

    so i wonder if any one know why.

    but I thing it's Cacher (server ) related

    I have tried the following ways:
    1 - <outputCache enableFragmentCache='false' enableOutputCache='false'/>: in web.config
    2- EnableViewState='False': for the control
    3- <%@ OutputCache Location='None' Duration='1' VaryByParam='None'%>: for the page
     
  2. thanks Wisemx for your reply .

    i tried to download cache manager from ASPAlliance.com but i can't because they asked me to register and every time i register an error in the website and an error page appear

    i searched in the internet for this cache manager and i didn't find anything about it .

    is their any other way to download cache manager or to solve my problem ?
     

Share This Page