Unable to find script library '/ASPNET_CLIENT/SYSTEM_WEB/1_0_3705_0/webuivalidation.js'.Try Placing this file manually, or reinstall by running' aspnet_regiis -c '
1. Start - Program - VS.NET-VS.NET Tool - VS.NET Command Tips - ASPNET_REGIIS -C
2. Find this folder to find the ASPNET_CLIENT, put it in the corresponding virtual directory of your IIS. Why generate this problem is because you use the verification control, however, the verification control needs to find it from the ASPNET_CLIENT. You change the default virtual directory address, so it can't find it wrong! ! ! !
3. When installing Framework, the program will traverse the existing Web site, then copy the ASPNET_CLIENT to each site root directory, so be sure to run the ASPNET_REGIIS -C to reconfigure the environment when the new Web site is new, or copy the ASPNET_CLIENT to the new Site root directory