Linked Questions

1 vote
2 answers
4k views

Possible Duplicate: asp.net mvc disable browser cache how to disable cache for a method in asp.net mvc3? Problem in IE9 I am saving some data on /home/ page. The page saves data and reload the ...
coure2011's user avatar
  • 42.8k
1 vote
1 answer
3k views

I am facing an issue while showing the partial view in div with updatetargetid property of Ajax.ActionLink. This is my controller- [HandleError] public class HomeController : Controller { ...
Morin's user avatar
  • 11
4 votes
1 answer
3k views

My Silverlight4 app is hosted in ASP.NET MVC 2 web application. I do web request through HttpWebRequest class but it gives back a result previously cached. How to disable this caching behavior? There ...
synergetic's user avatar
  • 8,096
27 votes
2 answers
14k views

What is the proper (browser agnostic) way to disable page caching in ASP.NET MVC?
kjgilla's user avatar
  • 1,227
10 votes
6 answers
22k views

I am using Razor on ASP.NET MVC with C#. I am calling an external web page to process a credit card and it returns to me. I then display a receipt. I'd like to prevent them from going back to the ...
ErocM's user avatar
  • 4,682
16 votes
2 answers
11k views

I'm trying to reproduce something I found here for a previous version of ASP.NET. Basically, I want to be able to disable cache so my client's look to the server for information at all times. I've ...
jackmusick's user avatar
22 votes
7 answers
5k views

I developed a XAML browser application (XBAP) that is embedded within an ASP.NET web page. I am having a problem getting the latest version of the XBAP to update on the client computer. During ...
Alcy's user avatar
  • 221
9 votes
4 answers
11k views

Like the question says, I wanted to know if it's possible to turn off caching on all controllers and actions for my entire site. Thanks!
enamrik's user avatar
  • 2,310
9 votes
3 answers
46k views

Possible Duplicate: How to programmatically clear outputcache for controller action method How to clear cache in specified controller? I try to use several approaches: Response....
testCoder's user avatar
  • 7,425
24 votes
2 answers
21k views

Background I'm attempting to help a colleague debug an issue that hasn't been an issue for the past 6 months. After the most recent deployment of an ASP.NET MVC 2 application, FileResult responses ...
Cᴏʀʏ's user avatar
  • 108k
10 votes
4 answers
12k views

I've noticed that with .NET MVC sites, you're able to hit URLs with multiple forward slashes, for example: http://www.example.com//category http://www.example.com//category//product The URL loads ...
Dan's user avatar
  • 5,697
4 votes
3 answers
6k views

We are facing a specific problem where in on click of backbutton, the default get method is not getting triggered in asp.net mvc any specific solutions ?
subramn's user avatar
  • 951
12 votes
1 answer
5k views

I am currently working on an ASP.NET MVC project and came upon an error that seemed peculiar. In the ASP.NET MVC Templates forms always get an AntiForgeryToken (thus leading me to believe that this ...
chrischu's user avatar
  • 3,137
2 votes
3 answers
5k views

I currently cache everything possible on my site (images, JS, CSS). There is only one JS file that I need to be loaded fresh every single time. How do I omit just one file from caching, using web....
Bob Wheeler's user avatar
5 votes
1 answer
3k views

I have a tool that works perfectly fine in Chrome and FF. But with any versions of IE the browser is displaying cache info over doing an Ajax pull to retrieve the data. Here's my setup: I have ...
LanFeusT's user avatar
  • 2,442

15 30 50 per page