473,569 Members | 2,428 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Validators Stopped Working When App Moved To New Server

Ben
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 the production machine but they do
on the development machine.

Any suggestions as to why?
Thanks.
May 31 '06 #1
4 1246
Check on the server to see if there is an
"C:\Inetpub\www root\aspnet_cli ent"
folder. That's what holds the scripts that handle the client-side portion of
validation.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Ben" wrote:
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 the production machine but they do
on the development machine.

Any suggestions as to why?
Thanks.

May 31 '06 #2
Ben
Thank you peter for your reply.

On my development machine, in the aspnet_client there is only a folder
called 'system_web". In this folder there is a folder called '1_1_4322'. In
that folder there are 3 files: smartnav.htm, smartnav.js, webuivalidation .js

I assume i need all 3 files to be placed on the production server as well?

Thanks for the help!
Ben

"Peter Bromberg [C# MVP]" wrote:
Check on the server to see if there is an
"C:\Inetpub\www root\aspnet_cli ent"
folder. That's what holds the scripts that handle the client-side portion of
validation.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Ben" wrote:
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 the production machine but they do
on the development machine.

Any suggestions as to why?
Thanks.

May 31 '06 #3
Ben,
You got it!
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Ben" wrote:
Thank you peter for your reply.

On my development machine, in the aspnet_client there is only a folder
called 'system_web". In this folder there is a folder called '1_1_4322'. In
that folder there are 3 files: smartnav.htm, smartnav.js, webuivalidation .js

I assume i need all 3 files to be placed on the production server as well?

Thanks for the help!
Ben

"Peter Bromberg [C# MVP]" wrote:
Check on the server to see if there is an
"C:\Inetpub\www root\aspnet_cli ent"
folder. That's what holds the scripts that handle the client-side portion of
validation.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Ben" wrote:
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 the production machine but they do
on the development machine.

Any suggestions as to why?
Thanks.

May 31 '06 #4
Ben
Thank you very much for your help!

It turns out we just needed to run aspnet_regiis.e xe -i on the server as it
hadn't been done.

Thanks again!

"Peter Bromberg [C# MVP]" wrote:
Ben,
You got it!
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Ben" wrote:
Thank you peter for your reply.

On my development machine, in the aspnet_client there is only a folder
called 'system_web". In this folder there is a folder called '1_1_4322'. In
that folder there are 3 files: smartnav.htm, smartnav.js, webuivalidation .js

I assume i need all 3 files to be placed on the production server as well?

Thanks for the help!
Ben

"Peter Bromberg [C# MVP]" wrote:
Check on the server to see if there is an
"C:\Inetpub\www root\aspnet_cli ent"
folder. That's what holds the scripts that handle the client-side portion of
validation.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Ben" wrote:

> 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 the production machine but they do
> on the development machine.
>
> Any suggestions as to why?
> Thanks.

Jun 1 '06 #5

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

Similar topics

1
1886
by: Brent | last post by:
Hi, I have a C# asp.net app. My validators all worked fine on 2000, and now I moved my app to 2003 and the validators are not working. I added if(!IsValid) return; as a workaround to my buttons for now so it does it server side or whatever but I still would like this to work. I saw in another topic someone mentioned their...
4
2118
by: Marina | last post by:
Hi, A very weird thing has happened. Today, all the validators on all the pages and user controls on one of the servers stopped working. They seem to do the validation server side, instead of client side. Other servers are running the same code without a problem. I compared the HTML output by the server causing the problem, and the one...
1
1072
by: Brent | last post by:
Hi, I have a C# asp.net app. My validators all worked fine on 2000, and now I moved my app to 2003 and the validators are not working. I added if(!IsValid) return; as a workaround to my buttons for now so it does it server side or whatever but I still would like this to work. I saw in another topic someone mentioned their...
8
2102
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...
0
7703
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
8138
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
7679
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
7983
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...
1
5514
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
5223
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
3647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
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.