Sounds like the Interland server is not properly configured, since that is the consitent point of failure.
aspnet_client/system_web/1_1_4322 should have a WebUIValidation.js file. If it's not there, your validation code won't work. I'd contact Interland support. On Tue, 01 Feb 2005 18:44:55 -0000, c0mpliant <[EMAIL PROTECTED]> wrote: > > > the code has actually been developed on two computers, both running > windows XP, and both ran with no issues. > > i have also tested the pages using my powerbook. (served from one of > the XP boxes, though on the same local network) the validators > worked perfectly. i do not have local access to the machine i'm > trying to move the project to; it is a shared resource with > interland hosting. > > -lhb > > --- In [email protected], "Peter Brunone" > <[EMAIL PROTECTED]> wrote: > > > > Have you tried running this from any other servers, > particularly ones where you can test it remotely and locally? > > > > From: "c0mpliant" [EMAIL PROTECTED] > > > > the aspnet_client folder is there, and it matches the > aspnet_client > > folder on my machine: aspnet_client/system_web/1_1_4322 > > > > -lhb > > > > --- In [email protected], Dean Fiala > > wrote: > > > Usually happens because ASP.NET was incorrectly installed on the > > other > > > machine, or is in another version of .NET. Have you verified > that > > the > > > aspnet_clientfiles folder has been installed on the remote > machine > > and > > > that has a folder under system_web for the proper version of > > ASP.NET. > > > > > > > > > On Tue, 01 Feb 2005 17:14:07 -0000, c0mpliant > > wrote: > > > > > > > > > > > > no one can think of a reason why required field validators > would > > work on my local > > > > machine, but not on a remote one? i'm really pressed for time > > on this! > > > > > > > > -lhb > > > > > > > > --- In [email protected], "c0mpliant" > > wrote: > > > > > > > > > > i am creating a form where email is a required field. to > make > > sure > > > > > it was filled in, i use a requiredfieldvalidator. both the > > textbox > > > > > and it's validator are below: > > > > > > > > > > > > > runat="server" /> > > > > > > > > > > > > > > > > [Non-text portions of this message have been removed] > > Yahoo! Groups Links > > > > > -- Dean Fiala Very Practical Software, Inc http://www.vpsw.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
