Any ideas why MD5CryptoServiceProvider isn't throwing a FIPS compliance error. I'm using Win7 and the 3.5 framework. The MS documentation says its not FIPS compliant, but I'm not getting an exception like I was with some of the other algorithms.
--Update--
I get the FIPS exception from a console app, but not my ASP.Net app