Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to run 2 application one of 1.1 and other of 2.0 framework on

0 views
Skip to first unread message

Jaiswal@discussions.microsoft.com Arun Jaiswal

unread,
May 29, 2009, 6:28:01 AM5/29/09
to
how to run 2 application one of 1.1 and other of 2.0 framework on same server..

In IIS two web Application are there one of 1.1 framework and other of 2.0
framework
now issue is that when in web service extension of IIS if i allow both
services to run then the v1.1 project wont run and if i prohibit v2.0 then it
runs but project with v2.0 wont run plz let me know what to do?

Joy

unread,
Jun 3, 2009, 7:25:02 AM6/3/09
to
Hi Arun,

Which version of IIS are you using?

If it is IIS 6.0, then you can define application pool. Do the following
steps:

1. Define one application pool for v1.1
2. Define another application pool for v2.0.
3. Select the 1.1 Web Application and right click, go to properties, then
under "Home Directory" Tab, select the Application pool (as defined for 1.1).
Click Ok.
4. Follow Step 3, for configuring 2.0 Web Application to its respective
Application Pool.

regards,
Joy

0 new messages