Admin-Ahead Community

Windows => Control Panels => Plesk => Topic started by: sajugovind on May 18, 2014, 10:36:11 pm

Title: asp error '800736b1'
Post by: sajugovind on May 18, 2014, 10:36:11 pm
A website where ASP ADODB connection to a database is used sends the following response:

Code: [Select]
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,