when i make a change to a page and upload it, the appserver is apparently caching the page and does not show me the new page.
Is there some way of controlling this behavior? On a live site i would not mind it behaving this way since i assume it would improve performance. But right now i'm working on a production site and making a lot of changes. So having to stop and restart the appserver every few minutes gets annoying.
Set AutoReload to 1 in AppServer.config
http://webware.sourceforge.net/Webware-0.8.1/WebKit/Docs/RelNotes-0.8.html
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
