I have an ASP / SQL Server 2000 application on a web server. I would like to make the data available offline. I want to give users the ability to logon to the web, save some data to their local hard drive disconnect from the web then view and modify the data. When they are finished they would log back on to the web and send their updated/new data back to SQL Server. I think this can be accomplished using XML files and some sort of client to read the XML file, maybe Microsoft Access. I'm not sure how to do this or where to look at getting started. Any direction/comments would be appreciated.