Archive for the 'classic asp' Category

AJAX, classic asp and IE7 cached output

Tuesday, June 10th, 2008

I noticed that IE7 was caching asp content loaded via AJAX. These asp headers seem to solve the issue:-

Response.CacheControl = “no-cache”
Response.AddHeader “Pragma”, “no-cache”
Response.Expires = -1

OK maybe this Zope object database makes sense now..

Tuesday, October 2nd, 2007

IIS, basic authentication, permissions and include file

Tuesday, September 11th, 2007

Access Compact and Despair Utility

Monday, November 20th, 2006

MS Access gets protective over its relationships

Monday, September 18th, 2006

Frameworks make you forget

Wednesday, September 6th, 2006