![]() |
Page Caching?
Hi,
I have inherited the maintenance of an application written for ASP.Net that uses an IHTTPModule class to log requests for .htm web pages to a database. On our LAN the web app functions properly. Once deployed to our client, the web app does not function properly. In some cases (pages affected differ between different browsers at different locations) , requests do not make it to the web server. Pages are received by browsers (external to the client's LAN) but a request is never received by the IHTTPModule class. It appears caching is occuring somewhere. We have tried emptying the browser caches but we get the same results. What could be causing this? IIS? ASP.Net? Some unknown proxy server sitting somewhere? Any help would be appreciated. John |
Re: Page Caching?
John,
When you are talking about different browsers, do you mean IE and Netscape? I suggest all users use IE. L.L. "John M" <john.nospam@mercury-projects.co.nz.nospam> wrote in message news:op9wb.9253$ws.827682@news02.tsnz.net... > Hi, > > I have inherited the maintenance of an application written for ASP.Net that > uses an IHTTPModule class to log requests for .htm web pages to a database. > On our LAN the web app functions properly. > > Once deployed to our client, the web app does not function properly. In some > cases > (pages affected differ between different browsers at different locations) , > requests do not make it to the web server. Pages are received by browsers > (external to > the client's LAN) but a request is never received by the IHTTPModule class. > It appears > caching is occuring somewhere. We have tried emptying the browser caches but > we get the same results. > > What could be causing this? IIS? ASP.Net? Some unknown proxy server sitting > somewhere? > > Any help would be appreciated. > > John > > |
Page Caching?
Well I guess the HTM pages are not handled by ASP.NET
engine .. register the .htm Extension with aspnet ISAPI . HTH Raj >-----Original Message----- >Hi, > >I have inherited the maintenance of an application written for ASP.Net that >uses an IHTTPModule class to log requests for .htm web pages to a database. >On our LAN the web app functions properly. > >Once deployed to our client, the web app does not function properly. In some >cases >(pages affected differ between different browsers at different locations) , >requests do not make it to the web server. Pages are received by browsers >(external to >the client's LAN) but a request is never received by the IHTTPModule class. >It appears >caching is occuring somewhere. We have tried emptying the browser caches but >we get the same results. > >What could be causing this? IIS? ASP.Net? Some unknown proxy server sitting >somewhere? > >Any help would be appreciated. > >John > > >. > |
Re: Page Caching?
It turned out to be the cache-control settings. It appears the default for
..HTM is public. To fix, we changed it to no-cache. The settings only affected us because there was an ISA server sitting in front of the webserver that was caching outgoing pages. So requests were not hitting the web server. Since we have no such server in our development environmet, we were unable to reproduce the symptoms in our own testing. I was able to discover the problem by using a tool to view the http content headers when requesting a page from the production site. "John M" <john.nospam@mercury-projects.co.nz.nospam> wrote in message news:op9wb.9253$ws.827682@news02.tsnz.net... > Hi, > > I have inherited the maintenance of an application written for ASP.Net that > uses an IHTTPModule class to log requests for .htm web pages to a database. > On our LAN the web app functions properly. > > Once deployed to our client, the web app does not function properly. In some > cases > (pages affected differ between different browsers at different locations) , > requests do not make it to the web server. Pages are received by browsers > (external to > the client's LAN) but a request is never received by the IHTTPModule class. > It appears > caching is occuring somewhere. We have tried emptying the browser caches but > we get the same results. > > What could be causing this? IIS? ASP.Net? Some unknown proxy server sitting > somewhere? > > Any help would be appreciated. > > John > > |
| All times are GMT. The time now is 06:07 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.