I hope to test html 5 Offline Web Applications.
The server needs to be configured to respond with the correct mime-type, “text/cache-manifest”.
Where can I find a shared asp.net hosting which support html5 ?
|
I hope to test html 5 Offline Web Applications. The server needs to be configured to respond with the correct mime-type, “text/cache-manifest”. Where can I find a shared asp.net hosting which support html5 ?
| |||
|
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
All hosts that support asp.net will be useful for you. As for HTML5, it depends on the user's browser and not your hosting. For offline cache, you need a host which support web.config, if it's the situation, add the follow code inside your web.config file:
| |||||||||||
feedback
|