can I deploy MS access applications as wibpage over an intranet without using ASP, PHP etc.....
thanks
To a point, most of the pages that are generated in MS Access are ASP type pages, and some or DHTML pages. Most of them will carry the .asp or .htm extension to them. You just need to make the MS Access DB accessable to IIS an create a DSN name that the Pages can connect too. Since they will most likely require ASP, then there isn't much you can do when you publish them to an Intranet or Internet server. You will be required to use ASP.
Just a warning, the Data Access Pages that are supported by A2000 / A2003 aren't supported anymore in A2007. Best not to start using them, but use "plain" PHP with MySQL or the .NET alternative .ASP.
Access isn't really "heavy" enough to be used as a web database as it's all too easy to have it corrupted...
Comment