Page Caching Problem

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Page Caching Problem

    I am having a problem with web forms I have uploaded to my hosting
    site not running the most recent version. The .aspx file I have FTPed
    to my server has the current code I need to test, but when I view the
    page in my browser, I see a version of the page that I have deleted
    and copied over several times in the last two days. Is there a
    setting I need to put in my web.config file so that this cacheing
    does not occur? Or do I need to use a page directive of some sort?

    Thanks,
    Paul
    ---

    Paul M. Frazier, Ph.D.
    [email]paul_m_frazier@wideopenwest.com[/email]

    Eschew Obfuscation!


    Paul M. Frazier, Ph.D. Guest

  2. Similar Questions and Discussions

    1. Force page to refresh/prevent caching
      Greetings JGLADNICK. This is referring to your post on CFusion/WebForums of one year ado regarding "Prevent Caching". Have you ever been able to...
    2. IE Page caching
      I am using forms authentication and session variables to control access and disallow "data stripping". Some query strings are used, but the Users...
    3. Page and Data Caching in .Net
      I found some good information On Page and Data Caching in .Netat this site http://www.dedicatedsolutions.co.uk/DesktopDefault.aspx?tabid=62 It is...
    4. to prevent client side web page caching
      Hi, I wish to avoid caching asp pages at the user end . Currently I have declared Response.Expires=0 at the top of my asp page. I have also used...
    5. PHP page caching issue
      Hi folks. I have an interesting problem with regards to some PHP pages of mine. Basically, I have a form page where the user is able to use list...
  3. #2

    Default Re: Page Caching Problem

    I had the same problem and asked about it several times..no luck till
    now..lemme know if u find an answer.

    --
    Regards
    Khan Imran
    "Paul M. Frazier, Ph.D." <paul_m_frazier@wideopenwest.com> wrote in message
    news:3umdnfDCZp-KnbiiU-KYvw@wideopenwest.com...
    > I am having a problem with web forms I have uploaded to my hosting
    > site not running the most recent version. The .aspx file I have FTPed
    > to my server has the current code I need to test, but when I view the
    > page in my browser, I see a version of the page that I have deleted
    > and copied over several times in the last two days. Is there a
    > setting I need to put in my web.config file so that this cacheing
    > does not occur? Or do I need to use a page directive of some sort?
    >
    > Thanks,
    > Paul
    > ---
    >
    > Paul M. Frazier, Ph.D.
    > [email]paul_m_frazier@wideopenwest.com[/email]
    >
    > Eschew Obfuscation!
    >
    >

    Khan Imran Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139