Hi

I've just installed VS.NET 2003 and my web solution which used to work on my previous machine doesn't work anymore. On the main login page I have used the RequiredValidator controls to ensure that the username and the password fields are not blank. When I fill the values and click OK nothing happens while on my previous machine I am correctly logged on and redirected to the main pages. When I remove the RequiredValidator controls from the page the page works correctly. I believe it is not specific to my application but rather something to do with my IIS configuration since a page with RequiredValidator control woking fine on another machine doesn't work on mine. Could someone shed some light on this?

Thanks