User-1084235140 posted
Hi All,
I currently have a web application that will run on mobile tablets. We created a web application as we are a small company and this allows us to support 1 product to run on all devices.
One of my customers has asked if they can run the web application from an android device desconnected? This would mean I would need to install the web app on the device (Instead of the 1 off installation on the server).
Is this possible? Is there some type of mobile IIS for android?
I hoped to somehow install the published website on the android. And while disconnected store records in xml. Once the device is back online I will run a procedure to write the saved xml data into the database on the server.
Any thoughts would be great. I have only just started to investegate so no idea if its even possible.
My website is developed in asp.net framework 4, with a jquery front end.
Thanks