Problem with classic ASP and .NET framework

teresarail

New Member
Not sure if this belongs in this forum or not, so please forgive me if it doesn't. Here goes:<BR><BR>I know it is possible to run ASP and ASP.NET side-by-side, but I recently installed the .NET framework SDK (final release) on my machine, running XP Pro, and now none of my ASP will run. Well, actually, any of my old pages that connect to a database, either Access or SQL Server, won't run. The error message I'm getting when I try to open the pages in IE6:<BR><BR>Microsoft VBScript runtime (0x800A01AD)<BR>ActiveX component can't create object<BR><BR>The following line of code is what generates the error:<BR><BR>Set dbConn = Server.CreateObject("ADODB.Connection")<BR><BR>I'm sure this is probably some simple setting in IIS or something like that, but I don't know how to fix it. Any help would be greatly appreciated!
 
Back
Top