Validator

  • Thread starter Thread starter lostman
  • Start date Start date
L

lostman

Hi,

I have a little problem with me form validation.

When i run my page on the "Localhost" everything work fine, but when
i run the page on the Server, the page is sent before the validation !!?

Did someone have an idea of my problem ?

Thank you .
 
The validation files may be missing from the aspnet_client folder under
wwwroot.

Or it may not be a virtual directory.
 
You are right with the Virtual Directory,

But my problem is..

I make a virtual directory on my web server.. (ex : test)
When i run my application (www.server.com/test)
(c:/inetpub/wwwroot/test) everything work fine.
But if i go with (test.server.com) same place as my virtual
directory (c:/inetpub/wwwroot/test) the script is not working.

What can i do to make my (test.server.com) run as a virtual
directory ??
I think i'm missing a little thing somewhere ;o))

Thank you..
 
Back
Top