I have a simple aspx page that used to run properly in
framework 1.0. Now that I moved to 1.1 the validation
controls do no run. I just installed Framework 1.0 and
also changed the
config file so accept 1.0:
<configuration>
<startup>
<supportedRuntime version="v1.0.3705" />
</startup>
</configuration>

But still does not work. The page does run the control
validations.

Any ideas ?
Thanks,

Sergio