Home All Groups Group Topic Archive Search About

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

Author
29 May 2009 10:28 AM
Arun Jaiswal
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?

Author
3 Jun 2009 11:25 AM
Joy
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

Show quoteHide quote
"Arun Jaiswal" wrote:

> 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?
>