Our organization has a central form authentication solution. I am trying to implement an ASP.Net MVC application that uses this external url - and it worked before RC! was released ...
Here's what's going on
In the ActionAttribute Extension
I check s session var if not found, check for the presence of the request data cartridge if found, install the var session if not found - redirect to an external URL if found continue.
The problem is that before the upgrade to RC1 this worked. Since then, so many requests are sent to an external URL that it detects a DoS attack and disconnects me!
I removed the redirect code and replaced it with the web.config changes for Forms Auth - and the same thing happened ...
source
share