Discussion:
how to run 2 application one of 1.1 and other of 2.0 framework on
(too old to reply)
Arun Jaiswal
2009-05-29 10:28:01 UTC
Permalink
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
2009-06-03 11:25:02 UTC
Permalink
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
Post by 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?
Continue reading on narkive:
Loading...