Within a single IIS website is it possible to have 2 Web Applications running, where one is utilizes the .NET 2.0 frameworks while the other utilizes the .NET 4 framework? If so how
It is possible to run two different versions of ASP.NET in the same IIS process.
For this we need to reconfigure the server using IIS Administration Tools to run
the application in a seperate process.
No comments:
Post a Comment