ASP 0177 : 800401f3 error in classic ASP page.
- by Arup Chaudhury
I have some classic ASP pages showing error all of a sudden.
The error is as follows:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/CustCare/mainwebpage_Midas.asp, line 84
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
Now line 84 is as follows:
Set MyCon = Server.CreateObject("ADODB.Connection")
What can be the reason that is causing this error and how to solve it. Please suggest.