Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validation Problem on Live Server

Status
Not open for further replies.

IndyGill

Technical User
Jan 15, 2001
191
GB
Hi

I have an asp .net web app which has required field validators in it (the ones that are built into VS .Net 2003). When I run my web app on my development machine the validators work fine, however when I put them on my live web server they do not work.

My live web server is running IIS 5 and .Net Framework 1.1, the same as my development machine. But I just cant seem to understand why they dont work on my live web server? The web.config files are the same? Could it maybe be the machine.config file?

Any ideas
 
Could be that the client scripts weren't copied over with your project. Make sure that you copy the aspnet_client folder from your local machine to the root dir of the live site.

-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Thanks adonet, i havent run aspnet_regiis -i, do you recommend that I do....... what exactly does this do. I thought that the aspnet_regiss.exe just told you the version of .Net Framework you are running?

I have checked the root of my web server and the directory aspnet_client does exist, it has a folder called System Web and which has a folder called 1_1_4322, which has 3 files in it.

 
aspnet_regiis (with -i) installs (and registers) the .net framework on your server.

-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Thanks guys, reinstalling teh framework seem to do the trick........... Thanks again for all your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top