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