Running Multiple Version of .Net Framework in IIS 6.0

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?

Read the full article…

20 Comments

  1. 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

  2. Ehsan said

    Really thanks

  3. DavidB said

    Thanks for this article. It helped us a lot.

  4. Mona said

    Thanks. I’ll try it to my server. Hope it works.

  5. ravinder said

    found ur article just in time to save my neck

  6. 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.

  7. Daniel Santana Rodrigues said

    Thanks for this article, its very good, save my life. ;-)

  8. Troy A said

    Thanks for the article, saved me be big time.
    Looks like im not the only one

    Thanks :)

  9. Praveen said

    Hi,
    Found this at the right time.. a real life saver.. keep up the good work.
    And thanx a ton.
    Bye,

  10. hr_sn said

    You rock! Worked perfectly! :)

  11. 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.

  12. RaviKumar said

    Excellent and Nicely Drafted !!

  13. Serge said

    Thank you very much for your article, it helped me quite a bit.

  14. Chris said

    EXACTLY WHAT I NEEDED!!!!! THANKS!

  15. 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.

  16. David Armstrong said

    Very useful – thank you!!!

  17. Madan said

    Good Stuff

  18. Mark Harby said

    Straight to the point, saved another life.
    Thanks

  19. Lee said

    Just the job. Thanks for the effort.

  20. 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)

RSS feed for comments on this post

Comments are closed.