asp.net application to offline mode?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

We have asp.net application. Now we need to have the same functionality but
in the offline mode. There are several options we are lookig at:

1. most obvious - write a windows app with local DB and synchronisation.
instead of synch one can advise using offline application block and use
services base architecture.

2. use existing Web app on the local PC - use local IIS, istall MSDE and use
local database. configure replication process and design small windows app to
allow control of replication process and switch between online/offfline modes.

What would be your comments/suggestions/advise on our problem and possible
solutions. Any input is gratly appreciated.

Thanks,

Nkt
 
Back
Top