I'm using ASP.net 1.1 and IIS6. There is no error on the production server.
What I meant by not working is that the validator is not working. It's as if
it has never been upgrade.
It's a basic required field validator that restricts user from proceeding to
the next page unless it's filled. With the local machine it works, but with
the production machine it's as if its not there at all. No errors shown.
Any idea?
Thanks.
> whats the error message you receive? Are you running .NET Framework 1.1
> or 2.0? Are you running IIS 5 or IIS 6, is it written in VB or CSHarp?
>
> You need to provide more details before anyone can help you,
> specifically a stacktrace and debugging messages.
Peter Blum - 14 Feb 2006 17:47 GMT
It sounds like the validation scripts are not properly installed on the
other server. See the first topic of this article for directions:
http://aspalliance.com/699.
--- Peter Blum
www.PeterBlum.com
Email: PLBlum@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx
> I'm using ASP.net 1.1 and IIS6. There is no error on the production
> server. What I meant by not working is that the validator is not working.
[quoted text clipped - 14 lines]
>> You need to provide more details before anyone can help you,
>> specifically a stacktrace and debugging messages.