Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: asp error '800736b1'  (Read 4532 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
asp error '800736b1'
« 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,