Does the Framework 1.1 install include MDAC?

  • Thread starter Thread starter BillyM
  • Start date Start date
B

BillyM

Does anyone know if a web server being configured with ASP.NET and framework
1.1 automatically include MDAC 6 or above for data access or does this need
to be done separately?
 
It is a separate install.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
BillyM said:
Does anyone know if a web server being configured with ASP.NET and framework
1.1 automatically include MDAC 6 or above for data access or does this need
to be done separately?

The Fx install will complain and quit if you haven't installed at least MDAC
2.7 prior. Also, MDAC 2.8 is out now you could take that one too.

-- Alan
 
Back
Top