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
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
Comment