Different versions of .Net framework can work side by side in a single web server (IIS). But after porting my finished project to the production server (IIS 6.0 running on Windows Server 2003), I got this error message:
I have projects made with .Net framework 1.1 and 1.0 working well side by side with my 2.0 web applications but migrating it to an IIS 6.0 made my app behave that way. What seems to be the problem?

Mahesh Bhat said
Dear Francisco,
I found this artcile when I needed it most and it helped me a lot.
Thanks a lot for the article.
Mahesh
Ehsan said
Really thanks
DavidB said
Thanks for this article. It helped us a lot.
Mona said
Thanks. I’ll try it to my server. Hope it works.
ravinder said
found ur article just in time to save my neck
LuigiBaby said
Hi,
Great article, thanks. You could add a paragraph or two on the fact that one cannot run a root app using .NET 2 and a .NET 1.x app in a virtual directory AT THE SAME TIME, due to Configuration file hierarchy (see http://msdn2.microsoft.com/en-us/library/ms178685(vs.80).aspx). The other way around (.NET 1.x root and .NET 2 vdir) works just fine, though, provided they use a different app pool, as you mention.
Daniel Santana Rodrigues said
Thanks for this article, its very good, save my life. ;-)
Troy A said
Thanks for the article, saved me be big time.
Looks like im not the only one
Thanks :)
Praveen said
Hi,
Found this at the right time.. a real life saver.. keep up the good work.
And thanx a ton.
Bye,
hr_sn said
You rock! Worked perfectly! :)
S.Sairam said
Hi,
We have tried the option given above but it failed. What do we need to do?
Please provide us a solutions.
RaviKumar said
Excellent and Nicely Drafted !!
Serge said
Thank you very much for your article, it helped me quite a bit.
Chris said
EXACTLY WHAT I NEEDED!!!!! THANKS!
Afw said
I went berserk on my server, but now I understand why it constantly crashed. Great article, 100x more usefull as MS KB articles.
David Armstrong said
Very useful – thank you!!!
Madan said
Good Stuff
Mark Harby said
Straight to the point, saved another life.
Thanks
Lee said
Just the job. Thanks for the effort.
Jon said
Thank you very much; good results the first time setting up the pool. As said earlier in the thread, much better than MS support articles as this cut to the chase (although the answer is probably at MS; just have to wade through the official verbage)