Category Archives: .NET ASP.NET

Receive 404 Error When Implementing Custom httpHandler with .NET

Recently, I was working on a web application that provides the ability to download data to a CSV file. It is a .NET 3.5 web application. To generate the CSV file, I created a custom httpHandler for the extension *.csv. … Continue reading

Posted in .NET ASP.NET, Internet | Leave a comment

ASP.NET Parser Error – Parser Error Message: Could not load type

Here’s one for the ages, or at least till I come across another error. Got the rather ubiquitous error displayed below when trying to run an uncompiled web application…only problem, I had compiled the application and had the dll to … Continue reading

Posted in .NET ASP.NET | Leave a comment