Validators Stopped Working When App Moved To New Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Check on the server to see if there is an
"C:\Inetpub\wwwroot\aspnet_client"
folder. That's what holds the scripts that handle the client-side portion of
validation.
Peter
 
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
 
Thank you very much for your help!

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

Thanks again!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top