Hello,<BR><BR>I am trying to install ASP.Net on my test server, but it has given me a diagnositc that I must install MDAC 2.7 first. My question is, will that disrupt my current ASP pages? I know that ASP.Net cna run concurrently with ASP, but I am not sure about the MDAC change. Any help would be greatly appreciated. Thanks.You do not NEED to install the MDAC 2.7 Beta 2 to get ASP.NET working, it just recommends it. There are some portions of ADO.NET that won't work correctly without MDAC 2.7, but they are, if I remember correctly, more essoteric parts of ADO.NET.<BR><BR>In any case, I have MDAC 2.7 installed on my machine and my ASP pages work fine. Of course, you shouldn't install beta software on a production server. Thank you Scott. I appreciate the help.