Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
all groups > inetserver asp components > june 2003

Upstream proxy refresh problem.
Posted by MAL at 6/30/2003 4:51:15 PM
Hi Like many others, I do not want browsers to cache certain pages. I have added all the usual stuff like <% Response.Expires = 15 Response.ExpiresAbsolute = Now() - 2 Response.AddHeader "pragma","no-cache" Response.AddHeader "cachecontrol","private" Response.AddHeader "Cache-Control", "...more >>


Recommend pse: Quotes, Single Quotes, etc. basics
Posted by charlie at 6/30/2003 3:22:21 PM
I've been fooling with this stuff for awhile and I still have problems with quotes, double quotes, etc. I have no programming or database background. It seems that every tutorial or every book I buy "assumes" that I know when and how these are used. Can someone please recommend a book, a Web sit...more >>

ServerVariables("Remote_Addr") returns local address
Posted by Tope at 6/30/2003 10:23:40 AM
I hope one of you guys can find a solution to my problem. We are trying to capture the IP addresses of outside users accessing our website. ServerVariables("Remote_Addr") isn't working. Instead it returns the internal address of our server. We have an ISA server and firewalls. I'm not sure...more >>

Application-scoped COM object -> Is there a way to determine when IIS is shutting down?
Posted by John Crim at 6/29/2003 11:44:01 PM
I want the COM component to hook into some sort of shutdown event, so I can flush logs and stuff when IIS is shutdown, either by IISReset, "net stop iisadmin", or the OS shutting down. It appears that Application-scoped COM objects don't get an OnEndPage method called when IIS is stopping - sh...more >>



DevelopmentNow Blog