Hi all,
I am diving in feet first for the first time in ASP.NET, and am having trouble with some validation.
I am simply using the required field validation, but for some reason my server doesn't seem to run it.
I'm currently working on a CMS in .NET and have it succesfully working on a hosted testing site, however, when I implement the identical site on my in-house server, the validation doesn't work.
My test was on a simple login page.
two fields, both required.
On the testing server, if I leave both fields blank, and hit submit, the page tells the user that those fields are requred.
On my server in-house, it does validate the page, but also runs all the script to process the login (thus passing a blank user and password to the business logic)
What's going on? Is there something to setting up .NET framework that I should know of?
All I did was install it via Windows Update, onto my web server.
Earnie Eng
I am diving in feet first for the first time in ASP.NET, and am having trouble with some validation.
I am simply using the required field validation, but for some reason my server doesn't seem to run it.
I'm currently working on a CMS in .NET and have it succesfully working on a hosted testing site, however, when I implement the identical site on my in-house server, the validation doesn't work.
My test was on a simple login page.
two fields, both required.
On the testing server, if I leave both fields blank, and hit submit, the page tells the user that those fields are requred.
On my server in-house, it does validate the page, but also runs all the script to process the login (thus passing a blank user and password to the business logic)
What's going on? Is there something to setting up .NET framework that I should know of?
All I did was install it via Windows Update, onto my web server.
Earnie Eng