473,396 Members | 1,689 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Ajax CascadingDropDown works on local but not on IIS

2
ASP.NET VB environment, current
I have a simple aspx page with 3 Ajax cascading drop down linked into an Access database. Service to load asmx pulls car make then car model then car style from simple tables in Access MDB file.
The two work PERFECT when one selects VIEW IN BROWSER in Visual Web Developer 2010 Express.

When i try to run it on the "production" IIS server all convention web pages load fine but the ASPX Ajax page displays but only shows Method Error 500 in pulldowns. I changed pool to CLASSIC 4 and in that case i get 400 and no page loads at all, though the rest of the html load fine.

I read thru 50 people having seeimingly similar problems. What do i need to do to get Ajax talking to the database loading the form as it does so well on the "local" test server with Studio?

P
Jul 16 '12 #1

✓ answered by pfeill

Found the answer! how cryptic, took 2 secs and works like a charm! Hope this saves someone else the grief I spent looking for the answer.....

I loaded another Ajax request and got this message:
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine

Here is the simple yet perfectly functioning result:

You need to run Access database applications in a 32 bit asp.net application pool. You do that via your IIS admin.

Open IIS manager, select Application Pools, select the application pool you are using, click on Advanced Settings in the right-hand menu. Under General, set "Enable 32-Bit Applications" to "True". It defaults to FALSE!

1 2538
pfeill
2
Found the answer! how cryptic, took 2 secs and works like a charm! Hope this saves someone else the grief I spent looking for the answer.....

I loaded another Ajax request and got this message:
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine

Here is the simple yet perfectly functioning result:

You need to run Access database applications in a 32 bit asp.net application pool. You do that via your IIS admin.

Open IIS manager, select Application Pools, select the application pool you are using, click on Advanced Settings in the right-hand menu. Under General, set "Enable 32-Bit Applications" to "True". It defaults to FALSE!
Jul 16 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: jonezy | last post by:
my test server is win2k server, the script works fine, loads the movie, allows user selection etc. however when i access the same script on my remote server none of the requesting files load. the...
1
by: adridder | last post by:
Locally running a "devside" windows apache php mysql server ... everything works perfectly in both firefox and iexplorer now i install it on a remote server ... tried 3 different ones and i...
0
by: seeker | last post by:
I am currently testing Ajax extensions on my website. I have created a gridview of cusomters from the Northwind sql server database inside an updatepanel and a scriptmanager all on the same page. ...
13
by: adam | last post by:
Hey All, I'm relatively new to all this and any help would be appreciated. What I'm aiming to do is create a few requests, to 1. Search for a Student against XML created from the database 2. If...
3
by: =?Utf-8?B?R2FyeSBM?= | last post by:
I've implemented a cascadingdropdown modeling the examples found on the web and that work fine on an initial data entry screen. What I can't seem to find an example of is after I've stored data...
5
by: makthar | last post by:
Hi I have a JSP that calls an Ajax function when a button is clicked. The Ajax function calls a servlet . The Ajax function works well in Mozilla , but in IE7 when the button is clicked it works...
2
by: burtonfigg | last post by:
I'm testing an ajax page - this works fine in Firefox: http://jimpix.co.uk/clients/a/ecards/defaultx.asp Click on any of the links on the right under the 'occassions' or 'others' headings, in...
7
by: mike57 | last post by:
The minimal AJAX script below works in Firefox, but not in IE, Opera, or Chrome. I could use some suggestions or referrals to resources that will help me get the script working in other browsers. ...
1
by: xMetalDetectorx | last post by:
I am just trying to populate 1 DropDownList with values from my web service using the CascadingDropdown AJAX control. Here is my page: <%@ Page Language="C#" AutoEventWireup="true" ...
1
by: aivanov | last post by:
Hi, I am trying to figiure out why Ajax pop-up window not works with radio button (<input type="radio" onclick="submit()" >). But it works with input type=submit value=value="<?php echo...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.