|
|
Cry about...
|
||||||||||||||
| Type: | Error |
| Source: | ASP.NET 2.0.50727.0 |
| Category: | None |
| Event ID: | 1062 |
| Description: | |
| It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process. | |
The web server has .NET applications running on it that require different versions of the Framework, for example .NET 1.1 and .NET 2.
IIS supports different versions of the .NET framework, but the default out-of-the box configuration breaks if you use different frameworks for web applications.
I have only encountered this error on a server running IIS, not on a PC so these notes are only applicable to the error on a server.
The remedy is to assign a different application pool for each version of .NET. No two applications that use different versions of .NET should use the same application pool.
When you have finished you should one pool that all your .NET 2 web applications use and a separate pool (the default pool if you followed my instructions above) for .NET 1.1 web applications.
These notes have been tested with .NET 1.1 and .NET 2 applications on Windows 2003 server running IIS 6, and may apply to other versions as well.