The Temple of Fu

code, systems and games

Unable to find script library ‘/aspnet_client/system-web/1-1-4322/webvalidation.js’

leave a comment »

Have you ever received the error below?
‘Unable to find script library ‘/aspnet_client/system-web/1-1-4322/webvalidation.js’.

The aspnet_client folder contains the WebUIValidation.js which is required to handle the asp.net validation controls. Reinstall if the aspnet_client folder is missing in the IIS virtual directory listing by running the following from command prompt

%windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -c

This will install a folder for the framework version 1.1.4322 into the aspnet_client/system_web/ folder under the default virtual directory .

Hope this helps!

Written by lordfu

February 4, 2010 at 3:50 am

Posted in ASP.Net, Development

Leave a comment