Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Mobile Toolkit and Meta tags

  Asked By: Mali    Date: Jan 11    Category: Asp.net    Views: 660
  

i've got a page that i'm trying to keep from being cached. I've
got the following meta tags to instruct the browser not to cache the
pages, however, the meta tags themseleves are being stripped from my
code when it gets to the browser. Is there a way to instruct .Net,
perhaps through machine.config or web.config, to allow these meta
tags through to the browser?


<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="cache-control" content="no-store">
<meta http-equiv="cache-control" content="max-age=0">

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Mobile Toolkit and Meta tags Or get search suggestion and latest updates.




Tagged: