Hello all:
I have a .NET application where in I have .NET validations (Requiredfield validator, etc..). Now, I have 2 URL's pointing to same code like
http://myserver/Application and
http://www.application.com. When the users run code through 2nd URL the validations don't work.
On comparison of the HTML source of both files (by using view source from the browser). The only difference was the encoded viewstate and the leading slash on the HREF of the links at the top of the page.
Any Ideas??