WebUIValidation.js / Framework Version Problem Solution

I just had one of my clients deploying some existing ASP.NET web applications to a few new servers. In the process, some of the client-side validation stopped working with the symptom of no post-back to the server when validation should have passed.

As it turns out, the Framework was recently installed on the new servers with all of the latest patches; however, when the applications were moved from the older servers, they also moved the files from "aspnet_client/system_web/1_1_4322" to the new servers. This apparently created a conflict with the WebUIValidation.js file that was downloaded to the client, and the JavaScript code generated for each page sent to the client browser.

Running "aspnet_regiis -c" installed the correct version of WebUIValidation.js (and other scripts) on the new servers, and all is well.

I hope this might be of help to someone chasing a similar problem.

Published Monday, October 18, 2004 2:38 PM by shark

Comments

# re:WebUIValidation.js / Framework Version Problem Solution

Sunday, April 10, 2005 10:00 AM by TrackBack
^_^,Pretty Good!

# re:WebUIValidation.js / Framework Version Problem Solution

Sunday, April 17, 2005 7:47 AM by TrackBack
^_~,pretty good!

# re: WebUIValidation.js / Framework Version Problem Solution

Thursday, May 17, 2007 9:25 AM by bapiraju

i ve faced same problem

i solved it in following way

1 open IIS

2 right click default website

3 goto properties

4 select directory security

5 click on edit

6 Enable integrated windows authontication

   problem solved

# re: WebUIValidation.js / Framework Version Problem Solution

Thursday, November 27, 2008 1:30 AM by Suresh Beniwal

Hi..thanks. that worked.

I had removed the applications from wwwroot and configured them elsewhere. SO, even though webuivalidation.js was present on the default path (under wwwroot), i was constantly getting the error.

finally, the error vanished after the above workflow. Thanks, Steve.

Suresh

Leave a Comment

(required) 
(required) 
(optional)
(required)