I am new to ASP C#.Net. I need connect to the database from an ASP.Net application and display the fetched data. The issue is connecting to SQL Server 2000 from an ASP.NET MVC 5 Application.
DB Server(MS SQL Server 2000) connection was configured using an ODBC driver with user a DSN.
If I try to add an entity, it prompts me the following error. How do I create an entity and/or read from/to the database?
Greatly appreciate all your help in advance.