473,698 Members | 2,346 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Validation jscript not firing on the deployment site

Has anyone encountered a problem where the validation events are not raised
on a machine? These events are all working in our development environment
but when we deploy them to WebHost4Life server, the events are not raised.
Is this something to do with differences in configuration, .NET Framework
version, service packs, etc. Just want to know if you, folks, have
experienced /encountered this, especially those who are using WebHost4Life
as their provider.

TIA.
Rolly
Nov 19 '05 #1
4 1065
You're probabaly missing the C:\Inetpub\wwwr oot\aspnet_clie nt directory on
the host machine. This would make me think asp.net wasn't properly installed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Has anyone encountered a problem where the validation events are not
raised on a machine? These events are all working in our development
environment but when we deploy them to WebHost4Life server, the events
are not raised. Is this something to do with differences in
configuration, .NET Framework version, service packs, etc. Just want
to know if you, folks, have experienced /encountered this, especially
those who are using WebHost4Life as their provider.

TIA.
Rolly


Nov 19 '05 #2
Brock,

Thanks for the reply. We are using the following entry in the Web.Config
and supply our own copy WebUIValidation .js:

<webControls clientScriptsLo cation="/Scripts/"/>

Thanks,
Rolly

"Brock Allen" wrote:
You're probabaly missing the C:\Inetpub\wwwr oot\aspnet_clie nt directory on
the host machine. This would make me think asp.net wasn't properly installed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Has anyone encountered a problem where the validation events are not
raised on a machine? These events are all working in our development
environment but when we deploy them to WebHost4Life server, the events
are not raised. Is this something to do with differences in
configuration, .NET Framework version, service packs, etc. Just want
to know if you, folks, have experienced /encountered this, especially
those who are using WebHost4Life as their provider.

TIA.
Rolly


Nov 19 '05 #3
Well, then I imagine the problem has something to do with that :)

I've seen the built-in validators not firing because the .js was misplaced
or failed to download. I'd check my IIS logs to make sure the client is actually
getting the .js file or if they're getting a 404 instead. If that's not it,
then I'm not sure what to say, since I don't know what modifications you've
done to the original .js.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Brock,

Thanks for the reply. We are using the following entry in the
Web.Config and supply our own copy WebUIValidation .js:

<webControls clientScriptsLo cation="/Scripts/"/>

Thanks,
Rolly
"Brock Allen" wrote:
You're probabaly missing the C:\Inetpub\wwwr oot\aspnet_clie nt
directory on the host machine. This would make me think asp.net
wasn't properly installed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Has anyone encountered a problem where the validation events are not
raised on a machine? These events are all working in our development
environment but when we deploy them to WebHost4Life server, the
events are not raised. Is this something to do with differences in
configuration, .NET Framework version, service packs, etc. Just
want to know if you, folks, have experienced /encountered this,
especially those who are using WebHost4Life as their provider.

TIA.
Rolly


Nov 19 '05 #4
As what I said, the application is working our development boxes. We did not
do any modification to the WebUIValidation .js. We also notice that the
javascripts that are generated on our pages are not identical on the deployed
site and on development.... same browser, same level of security and privacy.
So what is affecting the Framework to generate different scripts. Is it
configuration or settings on the server, etc????

Thank you for trying to help.

-Rolly

"Brock Allen" wrote:
Well, then I imagine the problem has something to do with that :)

I've seen the built-in validators not firing because the .js was misplaced
or failed to download. I'd check my IIS logs to make sure the client is actually
getting the .js file or if they're getting a 404 instead. If that's not it,
then I'm not sure what to say, since I don't know what modifications you've
done to the original .js.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Brock,

Thanks for the reply. We are using the following entry in the
Web.Config and supply our own copy WebUIValidation .js:

<webControls clientScriptsLo cation="/Scripts/"/>

Thanks,
Rolly
"Brock Allen" wrote:
You're probabaly missing the C:\Inetpub\wwwr oot\aspnet_clie nt
directory on the host machine. This would make me think asp.net
wasn't properly installed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Has anyone encountered a problem where the validation events are not
raised on a machine? These events are all working in our development
environment but when we deploy them to WebHost4Life server, the
events are not raised. Is this something to do with differences in
configuration, .NET Framework version, service packs, etc. Just
want to know if you, folks, have experienced /encountered this,
especially those who are using WebHost4Life as their provider.

TIA.
Rolly


Nov 19 '05 #5

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

Similar topics

22
1868
by: downview | last post by:
When I attempt to validate my style sheet using the w3c validator, it tells me that I need a correct document parse tree. The confusing thing is my page validates as XHTML Transitional 1.0. Does anyone have any idea what would cause this to happen? Here's the actual message from the w3c validator: Line: 0 Parse Error - :
3
3027
by: Eugene Banks | last post by:
I have an ASP.NET web form that includes validation controls. When I run the app locally, the validation controls fire properly. However, once I deploy the app to the testing web server, no validation controls fire. This is the case whether I enable client side script, or if I validate the form after posting back to the web server. Has anyone ever experienced this behavior? Anyone know how to fix it?
2
4560
by: Mark | last post by:
Hi, I've been having problems with the validation controls not working on my deployment server. Initially it was a security issue with the anonymous account not having permissions to access /aspnet_client/system_web/1_1_4322/WebUIValidation.js but I think I've now fixed this. What is happening now is I'm not getting a security issue but the validation is not occuring, the page submits without validation. When
10
4000
by: Tom | last post by:
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...
7
1964
by: Jo Inferis | last post by:
For reasons that are unlikely to become clear at the moment, I have a page with some validation controls on it which opens a dialog. The dialog does *stuff* and then closes with a call to : parent.document.forms.submit(); Unfortunately, this fires off all the validation controls on the page, and I'd rather it didn't. Any ideas how I can submit the form programmatically without firing the
1
1833
by: Rajani | last post by:
Hi, I have designed a form which process database Insert, edit and Delete(datagrid). I input userid,password and privilege in textboxes which has validation controls to verify data keyed in. And press the button to perform insert operation. Upto here is fine. I want to perform edit or delete operations. I put datagrid for that one.
2
1811
by: Rajani | last post by:
Hi, I have designed a form which process database Insert, edit and Delete(datagrid). I input userid,password and privilege in textboxes which has validation controls to verify data keyed in. And press the button to perform insert operation. Upto here is fine. I want to perform edit or delete operations. I put datagrid for that one.
5
5798
by: Kuldeep | last post by:
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hi All, We have developed a Web Application on Visual Studio 2005 (ASP.NET 2.0) and deployed it on the Client's Server. Apparently, we have used a lot of ASP Validation Controls in our pages all
2
1358
by: DaveyP | last post by:
Ok. I have a page with a textbox which is used to enter numeric data. If data is entered, the code goes to the database and gets the relevant data. If it's left blank, the code assumes that new data is being entered and allocates a number. The problem is that the client side validation (custom validator with Jscript to check for numeric input) on the text box is firing twice.
0
8676
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9029
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8898
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
8870
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7734
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6524
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4370
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2332
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.