I have a Server 2003 box running II6. The server has the 1.1 and 2.0 frameworks installed. There are two application pools, one for 1.1 applications and one for 2.0 applications.
Is there a way that during deployment, from either VS.NET 2003 or 2005, to have any application being deployed that is 1.1 to be set to use the application pool for 1.1 applications? Same question for VS.NET 2005 deployment, can 2.0 applications be deployed and automatically be set to the other application pool.
Trying to eliminate an extra step during deployment to make sure it is in the correct application pool.
Thanks!