Is it possible to use ASP.net forms authentication to secure access to an application front end built in MS-Access 2007.
My current application front end is built in Microsoft Access 2007 with the data residing in SQL Server 2008 Express Edition. I am in the process of porting this application to ASP.net. I intend to use ASP.NET forms authentication in the ASP application. Is it feasible for me to use the same authentication code and/or database tables etc to provide authentication for my access application. Has anyone tried to do this before, and if so is there any documentation available on how to accomplish this.