I never did much work with 'classic' ASP, but I've written a couple of
ASP.NET mobile web apps using Jet databases and yes, it works well under
appropriate conditions. Strictly speaking, and at the risk of sounding
pedantic, there is no "Access-based project" involved in this, though.
There's an ASP.NET application and a JET database, the only use of Access is
during development, to design the database and create queries. While the
application is running, Access is not involved at all.
I'm not sure about the users taking orders from customers using such an app
though - remember the web-based app will only work while the device can
connect to the web server. If you mean users will visit customers, at the
customers' premises, to take the orders, then you're talking about an
intermittently connected scenario where data will need to be cached locally
on the device and merged with the central database later. (Unless you use
something like GRPS for remote access, which, in this part of the world at
least, is ridiculously expensive.) That's certainly doable, but again, not
with Access. You'll likely get more, and more detailed, answers in other
forums that deal with the technologies involved in that scenario.
There is a *lot* of information about this stuff in the MSDN library. Here's
another URL well worth a visit ...
http://msdn.microsoft.com/library/en-us/dnanchor/html/anch_mobilewebdev.asp
.... and I can also recommend the books "Building .NET Applications for
Mobile Devices", Andy Wigley and Peter Roxburgh, and "Microsoft .NET Compact
Framework", Andy Wigley and Stephen Wheelwright, both published by Microsoft
Press.
--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com
The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.