form validation error??

  • Thread starter Thread starter msn
  • Start date Start date
M

msn

Unable to find script library
'/aspnet_client/system_web/1_1_4322/WebUIValidation.js

Any ideas?
 
You should run (Start->Run)

"%SYSTEM_ROOT%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -c"

replacing %SYSTEM_ROOT% with the name of the folder your windows resides in.

This will install the client side scripts for this version to the
aspnet_client subdirectory of each IIS site directory.

Hope this helps
Martin
 
Back
Top