DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32658>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32658





------- Additional Comments From [EMAIL PROTECTED]  2005-10-12 00:09 -------
Hi, im having this problem.  I get it after a much shorter duration though, 
nearer 15 minutes.  Sometimes I get a default apache error page, it just says 
there has been a server error without getting into details.  After that point 
(or without the error page) it uses old cached versions of all the .aspx 
files.  I can delete the file and still get the old cached one.  I would like 
to try the build that you posted but the links dead now.

I've tried loads of things to prevent caching.  Tried programatically turning 
it off in c#, then tried doing in on the page with:

<%@ OutputCache Duration="1" VaryByParam="None" Location="None" %>

then enabled apaches mod_expires module and stuck the following in a 
fresh .htaccess file:

ExpiresActive on
ExpiresDefault "access"

i tried tinkering in the machine.config file as well.  nothing works.  its 
really frustrating because i'm working on a site at home directly on the server 
so i might be saving it every 5 minutes to check changes.  now i have to keep 
commenting things out or putting obvious coding errors in every few minutes and 
re-running it all to see if its using cached copies or the bits i've just 
written/commented out.

the only fix i've found that works is to restart apache but thats a pain as i 
have to do it every 15-20 minutes all day long, it also means lots of running 
up and down stairs to get to the server :¬)  the main reason restarting apache 
is a pain though is because i host some small sites for other people and every 
now and then one of them rings up and says "how come my site keeps going down?".

thanks for mod_aspdotnet, it is really cool to be able to use .net with apache 
on windows.  this is the only thing thats spoiling the fun for me.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to