Hi,
I come across gears architecture and discussions. But following
questions are not clear to me.
Is it true that Gears support only html/css/javascript pages ?
Or Does Gears support other files like ASP.NET pages?
My requirement is as follows:
Let us take ASP.Net apps which should support Offline feature. Client
doesn't require to update data back to server(i.e no need to worry
about data sync). But they should be able to navigate though data(MS
access or xml files etc.. which is already in clients machine) using
Offline apps.
Is it possible to achive above requirement using Gears + .Net
framework? Or
it is must to convert all the code behind files logic into script? Pls
let me the effective way to implement it?
You are welcome for any suggestions.