Author: Scott Hanselman - ASP.NET | Posted on: 4/12/2010 12:07:00 AM | Views : 985

If you're getting started with ASP.NET 4, there's a few things you might run into that could throw you for a loop if you didn't expect them. Remember that while ASP.NET is a very compatible release, it is also a side-by side release so this was a good time to make breaking changes for the better. Note that just installing ASP.NET 4 won't break your applications. You can happily run all your ASP.NET applications side by side each in their own AppPool. These first two "gotchas" below are if you're moving an existing application over to .NET 4. The third gotcha is an install ordering thing. Request Validation is more strict by default. Request validation is more strict by default in ASP.NET 4 .  Pretty much anyone...(read more) ...

Go to the complete details ...