This question is locked. New answers and comments are not allowed.
For context, I am an XAML programmer meaning, I've worked extensively with WPF and have Silverlight experience. I've never been a "web" programmer so I'm struggling if I even want to go down this path. Stop me up front if you don't see the ability to provide a stable environment to my users.
I have an application that needs to work in a disconnected state. Everything seems to be going the way of HTML5 but I don't want to install IIS on the client. So, I'm looking for a solution where I can have a HTML 5 UI but save the data into Isolated storage. Then, when the device comes into WIFI range it'll connect and upload the data.
It seems that hosting the HTML 5 site in the ASP.NET Development Server (similar to how you host your demos) might do the trick but I don't know its limitations. Telerik has gone down this path a long time ago so I'm looking for your insight. Can someone from Telerik let me know if this is a good option and other options that exist? Also, any idea if there is a similar utility that lets me host this native to Windows 8? Meaning, can I take this approach on a Windows Surface (not pro)?
Thanks in advance for your help,
Joel
I have an application that needs to work in a disconnected state. Everything seems to be going the way of HTML5 but I don't want to install IIS on the client. So, I'm looking for a solution where I can have a HTML 5 UI but save the data into Isolated storage. Then, when the device comes into WIFI range it'll connect and upload the data.
It seems that hosting the HTML 5 site in the ASP.NET Development Server (similar to how you host your demos) might do the trick but I don't know its limitations. Telerik has gone down this path a long time ago so I'm looking for your insight. Can someone from Telerik let me know if this is a good option and other options that exist? Also, any idea if there is a similar utility that lets me host this native to Windows 8? Meaning, can I take this approach on a Windows Surface (not pro)?
Thanks in advance for your help,
Joel