473,548 Members | 2,604 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Validators Don't Work after Moving Code to Production Server

Hi,

I have a form that has a number of validator controls. Everything works
fine in my development environment.

When I move the application to my production server, all validator controls
stop working (client and server side!).

I have 1 additional validation test that I perform manually in code. If
this test fails & there is a page postback, then I see the validator control
messages (if any) as well.

FWIW, the version of .Net framework on my production server is newer than my
development box.

Help!

Mike

Nov 18 '05 #1
1 1422
validation relies on a webuivalidation .js file in the root web folder. In
the absence of this file, validation fails.

--
Regards,
Alvin Bruney
Got DotNet? Get it here...
http://www.networkip.net/dotnet/tidbits/default.htm
"Mike D" <md*******@nosp amyahoo.com> wrote in message
news:OA******** ******@TK2MSFTN GP10.phx.gbl...
Hi,

I have a form that has a number of validator controls. Everything works
fine in my development environment.

When I move the application to my production server, all validator controls stop working (client and server side!).

I have 1 additional validation test that I perform manually in code. If
this test fails & there is a page postback, then I see the validator control messages (if any) as well.

FWIW, the version of .Net framework on my production server is newer than my development box.

Help!

Mike

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
1630
by: Bill Richardson | last post by:
We have a technique for our order process whereby we simply turn panels on and off to capture data for the various stages, rather than the normal method of moving between pages. In 1.0, the validators were not being fired if they were in a panel whose visibility was set to false. However, in 1.1, it appears that ALL validators fire on...
0
1257
by: Ratman | last post by:
Regular Expression validators NOT working, Required Field validators ARE working I have tried everything from moving the aspnet_client folder around from root to web application, making it a virtual directory, not making it a virtual directory. I am at a loss. I even uninstalled framework, reinstalled 1.0, then sp3, then 1.1, then sp1. ...
5
1312
by: HankD | last post by:
I get the following error when I add a new application to our server. If I run aspnet_regiis -i it takes care of the problem but when I add another application I get the same error for the second application. The first app works fine. If I run aspnet_regiis -i the second app works fine. I thought I needed to run aspnet_regiis -i only once...
3
1931
by: rgparkins | last post by:
Hi I am currently having problems with Validators in a user control. I am creating a wizard sign-up process which have the allocated step (hyperlinks" at the top of the page. A user can also click next/previous. Dependant on the current step in the sign-up process I am loading a new user control as I dont want to have 7-8 pages, just one...
2
1072
by: Mark Abbott | last post by:
For several Validators on different pages in my app, they work fine on my dev box (localhost) but not when the app is deployed to production. How can I troubleshoot this? For example, one page has a bunch of RangeValidators. On localhost, the error text shows up as soon as the bad data is entered, and when the form is submitted, the full...
8
2101
by: ShaneFowlkes | last post by:
For some reason, my validator controls stopped working when a form posts. They seems to work on fields that lose focus but if I submit a form with all empty fields, not of the required validators catch it and this results in runtime errors with my code. It's real standard stuff using .NET 2 (VB). I've stopped and restarted IIS several...
4
1245
by: Ben | last post by:
Hello I recently used VS.NET 2003's Copy Project to create a "release' version of my asp.net app. On the same machine where the development has occured, I loaded the app and all worked fine. I then copied all the files to our production server and began testing the application there. So far, I have noticed that my validators do not work on...
2
1370
by: Mark Abbott | last post by:
I have a project with several validators (CompareValidators and RangeValidators). When running the application on localhost, the validators work correctly: the page is checked locally and errors are reported before the page submits. Once the app is deployed, the page submits, and the errors are displayed only after the form is (incorrectly)...
1
3093
by: Andrew Jocelyn | last post by:
Hi I have a Formview control in a UserControl. The server-side validation is not working, i.e. the events are not firing when a button control which causes validation is fired or even when Page.Validate() is explicitly called. I'm loading the FormView as an IBindableTemplate as in this article but I don't think this is the reason for the...
0
7512
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7951
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7466
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6036
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5362
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5082
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3495
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1051
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
751
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.