Can I develop for .NET Framework 4 in Visual Studio 2008?
- by Zack Peterson
My ASP.NET application runs in IIS on my web server and uses Microsoft .NET Framework 4 Beta 2. (Its Application Pool is set to .NET Framework version .NET Framework v4.0.21006.)
It gives this new error:
A potentially dangerous Request.Form
value was detected from the client...
This is due to a breaking change in .NET 4.
To revert to the…