asp.net application to offline mode?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top