borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (detail about global.asax ?)Next Topic (what is assembly in dotnet) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : Validator Problem
Poster Message
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225

icon Validator Problem

Hi all

I have an entry form that has a number of fields on it. This form takes in user details such name, email etc. I have put validators on the required fields and email fields. These are working fine on my development  machine.. the problem is that when i deploy the application onto a remote server the validators don't work .. what could be the problem?

[Edited by zimcoder on 30-09-2004 at 12:53 PM GMT]

____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

28-09-2004 at 09:59 AM
View Profile Send Email to User Show All Posts | Quote Reply
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 571
icon Re: Validator Problem

Silly question maybe, but have you got the same version of the .NET framework on the Server as on your development machine.


____________________________
multi-tasking - the ability to hang more than one app. at the same time.

30-09-2004 at 10:38 AM
View Profile Send Email to User Show All Posts | Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: Validator Problem

Well i turns out that asp.net stores the validation script WebUIValidation.js in a different folder to the main application folder. It is stored in the directory:

C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322

I had to make sure that this file was available there. Tha was the problem. It was not an issue of different versions of the Framework as the rest of the application is runing just fine!
Thanks

Geoffs

____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

30-09-2004 at 10:51 AM
View Profile Send Email to User Show All Posts | Quote Reply
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 571
icon Re: Validator Problem

Hi zimcoder
Glad you got it sorted.
I'll remember that info 'cos I'm working on some ASP.NET at the moment and will be putting validators into it in due course.
Thanks.


____________________________
multi-tasking - the ability to hang more than one app. at the same time.

30-09-2004 at 11:00 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : Validator Problem
Previous Topic (detail about global.asax ?)Next Topic (what is assembly in dotnet) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincaniborder