Validation deployment issues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

I've got a number of validator controls on a page that works absolutly fine on my development machine but not on the live. No errors occur, the validators just don't fire properly

Any ideas at all as I'm at my wits en

Eldon
 
try this:
navigate to your frame work folder in a command prompt (should be something
like c:\Windows\Microsoft.NET\Framework\v1.1.4322) and then type in
aspnet_regiis -c

This will redo the client scripts that come with the Framework.

-Stanley

Eldon Ferran de Pol said:
Hi all,

I've got a number of validator controls on a page that works absolutly
fine on my development machine but not on the live. No errors occur, the
validators just don't fire properly.
 
Back
Top