Can I write an ASP.NET MVC2 application that uses the Cache Manifest mechanism to support offline processing? I know this may seem like a contradiction, but I have an MVC2 web application and am looking for an attempt to make it resistant to unreliable network connections.
source
share