|
Manually setup ASP.NET Validation Files
I (Steve Schofield) was testing out a new web-form and was getting an error inside
the browser when testing requiredvalidator server control that was part of a text
box control.
Here is the error..

Once we ran the aspnet_iisreg -c from the command prompt on
the development server. Things started to work. Here is the steps followed
to get the files setup
-
Start,
-
Run,
-
Type cmd,
-
aspnet_regiis -c

We re-tested the web-form and the error didn't pop-up.
|
|