
Signature
Ben Strackany
www.developmentnow.com
<a href="http://www.developmentnow.com">dn</a>
Hi Ben
Can you please give some more details as how I can instruct the browser to
cache this files, can this be done via coding? Any coding e.g. would be very
helpful or any links.
thanks
Rahul
> Yes, you can set the page expiration settings in IIS to the default values,
> or tell the browser to cache them for 4 hours, 1 day, etc. Note that if a
[quoted text clipped - 11 lines]
> > Please help
> > Rahul
Ben Strackany - 16 Nov 2004 19:16 GMT
If these are ASPX pages that progamattically generate XML, you can use the
outputcache or Response.Cache features to tell browsers to cache the
information.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
consettingcacheabilityofpage.asp
If these are actual XML & XSL files sitting on your web server, you'll have
to open IIS Manager, navigate to those files, right-click, go to properties,
switch to HTTP Headers, & use the "Enable Content Expiration" section
appropriately. It's possible that this section is set to "Expire
Immediately" which will cause users to download the pages every time. You
can uncheck "Enable Content Expiration" so that browsers will only download
the files if they change, or check "Enable Content Expiration" & set a
specific expiration value.
Best regards,
Ben Strackany
www.developmentnow.com
<a href="http://www.developmentnow.com">dn</a>
> Hi Ben
>
[quoted text clipped - 22 lines]
> > > Please help
> > > Rahul