I had the same problem earlier so I copied aspnet_validation from my local
(validation working Pc) to the server it was working for a month..this
morning validation stopped firing.I checked files are exactly same..I am able
to access webvalidation.js script file in test server from my pc using the
link...
Does anything changed becos of security patches that microsoft released last
week.
any help is appreciated.
Thanks
GP
[quoted text, click to view] "Juan T. Llibre [MVP]" wrote:
> To complete that, if the aspnet_client folder isn't there,
> or if the files have been deleted or corrupted, run
>
> aspnet_regiis.exe -c
>
> to install the client side scripts to the
> aspnet_client subdirectory of each IIS site directory.
>
>
>
> Juan T. Llibre
> ===========
> "Dan Bass" <danielbass [at] postmaster [dot] co [dot] uk> wrote in message
> news:%23kMfEFq4EHA.2452@TK2MSFTNGP14.phx.gbl...
> > Tom,
> >
> > A common problem...
> > All you need to do is insure that the "aspnet_client" folder, usually in
> > the Inetpub\webroot, is copied into the root folder of your project. To
> > confirm this, check the "spnet_client\system_web\1_1_4322" folder you've
> > copied contains "WebUIValindation.js".
> >
> > Thanks.
> > Dan
> >
> >
> > "Tom" <shajutc@hotmail.com> wrote in message
> > news:1103097259.906115.91060@z14g2000cwz.googlegroups.com...
> >>I have created a new site, using asp.net c#. My pages contain client
> >> side validation to validate the users input. On my local machine this
> >> works fine, but when I moved my site to the test server, the
> >> validation don't want to execute. If I view source on the page I can
> >> see the java script is created, but it don't execute.
> >>
> >>
> >> I'm browsing to the site in IE, so it is not a browser problem and the
> >> validtation works on other sites on the same server.
> >>
> >>
> >> PLs help
> >>
> >
> >
>
>