M
Matt
I am writing an application in ASP.NET where one of the requirements is
that the user wants the option to "work locally".
This is a Time and Expense application for sales people on the road. I
need to be able to remotely install the pages and save the data to xml
files until the next time they connect where it would then update the
enterprise database through some web services.
I would prefer not having a "local database", and I would really prefer
not even having the user run a local webserver (although I can't
imagine this scenario... how would ASP.NET run??)
Can anyone suggest anything?? Is this even possible? Any books,
examples, links would be AWESOME! I've seen web apps do this before,
I just don't know if they were .NET apps, or Java, or what...
Thanks,
Matt
that the user wants the option to "work locally".
This is a Time and Expense application for sales people on the road. I
need to be able to remotely install the pages and save the data to xml
files until the next time they connect where it would then update the
enterprise database through some web services.
I would prefer not having a "local database", and I would really prefer
not even having the user run a local webserver (although I can't
imagine this scenario... how would ASP.NET run??)
Can anyone suggest anything?? Is this even possible? Any books,
examples, links would be AWESOME! I've seen web apps do this before,
I just don't know if they were .NET apps, or Java, or what...
Thanks,
Matt