Link to home
Start Free TrialLog in
Avatar of hlbyrdman
hlbyrdman

asked on

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

I have seen my problem about a hundred times. I Haven't found a solution that works for me.
I am moving my web site from an old server ms win2k3 no sp's. To a newer better one with win2k3 sp2
The path on the 2 machines is identical except the machine name.
From localhost I get "unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'
From th www I get a logon dialog box everytime I attempt to do anything.
I have run 'aspnet_regiis -c'  no fix
Then I ran 'aspnet_regiis -i reinstalling and svr32 and reregistered the aspnet_isapi.dll  succesful.  
Web site still has the same errors.
I made sure my virtual directory was pointing to wwwroot, even repointed to 1_1_4322 still not working
I restarted IIS and or the machine between each  "fix"
Avatar of nauman_ahmed
nauman_ahmed
Flag of United States of America image

copy aspnet_client folder from c:\inetpub\wwwroot to your web application root directory and see if it works.

--Nauman.
Avatar of Zvonko
Mrs Google does say: http:/Q_21542561.html and http:/Q_20762240.html
Avatar of hlbyrdman
hlbyrdman

ASKER

I copied aspnet_client folder to web application root  no fix.
I had already found Q 21542561 and run regiis -c  no fix
Also I read Q 20762240  I don't understand how it helps
My users ad data to a sql database. Validation is server side. So "http://msdn2.microsoft.com/en-us/library/yb52a4x0(vs.71).aspx"  doesn't apply.
ASKER CERTIFIED SOLUTION
Avatar of hlbyrdman
hlbyrdman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial