Hi,
I try to install web application (.NET 2.0 with VS2005) with msi on windows server 2003.
I've no problem during the install process but the web application doesn't work.
When i try to list all wen applications with their framework's version (aspnet_regiis -lk), i don't see any applications listed. I only see the root element.
My web application is deployed on a pool application with 2 worker process.
My web project is deployed with deplyoment msi project.
However the same application in windows server 2000 works perfectly.
Did you think my problem come from pool application configuration or in my setup deplyoment project ?