E
Eric Teutsch
I'm not sure how I screwed up my setup but the first page that has a
validator on it pops up a Windows authentication login screen. I've insured
that every page has Anonymous enabled, and all files in the project have
read-access for IUSR_machine in the ACLs. If I login ,the validators work;
if I don't login and press escape, the page calls all the right methods in
the call-behind c# stuff, but the validators are ignored. The validators
are typically regex. All this is .net 1.1; 2.0 is not on the machine. One
other thing, at one point there were 2 different "web sites" in IIS that
both pointed at the same application directory; I've removed the 2nd
web-site, but this might have messed something up.
Thanks for any hints.
validator on it pops up a Windows authentication login screen. I've insured
that every page has Anonymous enabled, and all files in the project have
read-access for IUSR_machine in the ACLs. If I login ,the validators work;
if I don't login and press escape, the page calls all the right methods in
the call-behind c# stuff, but the validators are ignored. The validators
are typically regex. All this is .net 1.1; 2.0 is not on the machine. One
other thing, at one point there were 2 different "web sites" in IIS that
both pointed at the same application directory; I've removed the 2nd
web-site, but this might have messed something up.
Thanks for any hints.