ASP.NET Validators working locally but not hosted on IIS 6.0

Jounteelentog

New Member
Running visual studio 2012. The website targets .NET 2.0.I have these asp:RequiredFieldValidator's and asp:CustomValidator's hooked up to asp:TextBox's.They fire correctly locally on IIS Express in debug mode but not when I host it in IIS 6.0 on a server box. The hosted application skips these front-end validators altogether.There is a javascript function associated with asp:CustomValidator and it never steps into the code on the hosted instance (verified with Firebug Firefox extension).Any idea why these validators are not working correctly? Or how to find out why?
 
Back
Top