I want to build a "mobile first" ASP.NET MVC (ecommerce) Website, and I need it to be as "Internet" light as possible on the company agents' cellphones since they may have limited Internet in the field.
Is there a way to create a .NET Website, and have it check for local files when it's run through a mobile device?? The kind of files would pretty much be anything that's static for the site (CSS, JS, Images, some htmls...) so they get loaded from the phone's SD card instead of downloading from web.
The website will be mostly used by field agents that need to ask for equipment when with a customer, so any required configurations can be made to their phone beforehand.
Also, this website should be able to work normally when using it from a PC. So it should be able to work with Local files and normal Server files Any ideas?