A website where ASP ADODB connection to a database is used sends the following response:
asp error '800736b1'
File: file.asp, line #
The root cause is that website is hosted on 64-bit system, and IIS pool option "Enable 32-bit Applications" is not enabled for the site application pool.
To fix the issue, Go to the application pool's advanced properties and choose "True" for the "Enable 32-bit applications" option.
Thank you,