I get the following error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/loadHome.asp, line 15
800401f3
Line 15 is
Set checkUser = Server.CreateObject("ADODB.Recordset")
I am using .NET Framework 4.0, also registered it.
In the IIS Application Pools Defaults I set Enable 32-Bit Applications to True and in the ISAPI and CGI Restrictions the framework is allowed.
Any ideas, why this error happens?