I\'m in the process of building an asp.net (3.5) web app and was wondering if you knew of any way I could do it so that there would be some offline functionality.
Th
A way to do this -although I haven't had the chance to actually do it- would be using one of the new features of HTML5: the Cache Manifest.
You can read a very good example of this here: http://www.html5rocks.com/en/tutorials/appcache/beginner/