asp.net has nothing to do with data access. that's what ADO.Net is for. if ADO.Net can connect to it then you can use the objects through out any code supported by .net.
asp.net is a framework for fulfilling uri requests. get/post, request/response, session/cookies, etc. Webforms is an html engine that uses asp.net to deliver the content.
BTW Access is a good choice for working locally with large amounts of data. it is a terrible choice for multi-user, multi-threaded applications.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.