Validators work on dev box but not in production

  • Thread starter Thread starter Mark Abbott
  • Start date Start date
M

Mark Abbott

For several Validators on different pages in my app, they work fine on
my dev box (localhost) but not when the app is deployed to production.
How can I troubleshoot this?

For example, one page has a bunch of RangeValidators. On localhost, the
error text shows up as soon as the bad data is entered, and when the
form is submitted, the full ErrorMessage shows up in the
ValidationSummary. On production, the bad data is not flagged when
entered, and the form submits with the bad data (causing errors during
processing).

Thanks,
Mark
 
Might want to check if the Production server has the right version of the js
files
C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322 etc...
WebUIValidation.js
or reinstall aspnet aspnet_regiis -i
possibly you have js conflicts?? corruption??? since you are saying it works
on some pages and not the others.

SA
 
Back
Top