I am having an issue where some parts of my site don't work on the production server. My ajax required field validation and ajax generated flyout menus in particular are not working. They work fine on my local IIS, but not on the server.
Take a look here, basically, you can see how the flyout menu should work on the forum part of the site:
http://www.hhhperformance.com/forums/default.aspx
And then look here on the main site, the menus don't pop out:
http://www.hhhperformance.com/Calculators/Acceleration.aspx
As for the validation, just try and click "GO" and you can see the red asterisks for the field validators show up, but the message box that is supposed to show for the user is not showing. Again, it works fine on my local IIS. Is there some setting in web.config or some other element I need to enable to work properly on the host server?