How to connect to MS Access database from ASP.NET webforms?
I currently have an existing ASP classic app connecting just fine with this code: Set server = Server.CreateObject("ADODB.Recordset") server.ActiveConnection = "dsn=[name in ODBC Data Sources];" I am now trying to write an ASP.NET Webforms app to connect to the same…