« Previous Next »

Thread: 1 Site - 2 Application Pools

Last post 09-17-2008 1:09 AM by murtaza_t. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 09-16-2008, 12:52 PM

    1 Site - 2 Application Pools

    We have a need to have some sites running both .aspx and classic .asp. The new wizbang homepage and wrapper is .NET 2.0 and many of the resources behind the scenes is classic .asp.

    The homepage and wrapper aspx pulls in some classic .asp resources to fully render pages. The homepage aspx and associated files are kept in a separate directory from all the classic .asp directories/pages.

    We set up a separate single application pool to handle the homepages/wrappers of all the sites and kept the old application pools to handle the rest of the sites. (each site's classic area has it's own application pool as well).

    We are seeing load times for each site as longer than before, though the amount of bits is about the same.  

    Question: Do you think there is a performance hit to a site that has separate app pools for it's .NET and classic portions?

    We didn't think we could/should run the .NET and classic .asp all under the same application pool, but that may be a misguided thinking.

     

  • 09-16-2008, 1:10 PM In reply to

    Re: 1 Site - 2 Application Pools

    Hi,

    You can't run different versions of the .Net Framework in the same application pool but you can have both asp.net and asp code in the same app pool.

    If all your code adds up to just one web application then it makes sense to keep it all in one application pool. You are probably seeing some overhead due to context switching between the different proceses.

    But as with any issues like this, only benchmarking and testing will give you the answer.

    Regards, 

    Paul Lynch | www.iisadmin.co.uk
  • 09-17-2008, 1:09 AM In reply to

    Re: 1 Site - 2 Application Pools

    There is no need to have different Application Pool for your application as you will be able to run both ASP .NET 2.0 and Classic ASP under one pool. I don't think you will face any performance issues...

Page 1 of 1 (3 items)
Microsoft Communities