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:
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?
rayhawk
Member
8 Points
22 Posts
Field validation, flyout menus don't work on production server
Dec 27, 2012 01:56 PM|LINK
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?
RichardY
Star
8376 Points
1573 Posts
Re: Field validation, flyout menus don't work on production server
Dec 27, 2012 02:15 PM|LINK
On the site that does not work, use developer tools (F12 on most browsers) and check the console tab.
You will see many errors - mostly resourses that did not load. Fix these errors.