Dealing with ASP.NET 2.0 Errors: ASP.NET

Dealing with ASP.NET 2.0 Errors

Tags: ASP.NET | Written before Dec, 2007

ASP.NET 2.0 Error

See the error screen above? It is like the windows blue screen of death, except it's yellow and tells you a semi-useful error message. If you are starting in ASP.NET 2.0, you probably will get these yellow screens of death frequently.

For instance, you can only use HTML form tags once in an ASP.NET 2.0 page or else it will throw you errors. There are a bunch of these strange little things that ASP.NET 2.0 doesn't like that you have to find ways around.

To deal with these yellow screen of death just copy and paste the error message into Google in quotes, then fix the error based on what you find out. If it gives you another error, rinse and repeat.

Leave a Comment