Just sharing some of my inconsequential lunch conversations with you... RSS  

Friday, November 02, 2007

Strange ASP.NET application problems...

Every now and then I'm call up to solve a problem with an old framework I've designed over .NET 1.1. Most of these are configuration problems, and among them the most usual problem is to have a ASP.NET 1.1 application configured on as 2.0.

This problem is easily solved with a simple configuration over inetmgr but watch out, this can lead to another problem if their is another .NET2.0 application on the same server and they share an application pool. Here's a link to the problem - be sure to check the links for some extra info on other problems.

Bottom line is:

  • isolate your app pools (at least by .NET version)
  • be sure to check if your app is using the right version

No comments:

Development Catharsis :: Copyright 2006 Mário Romano