IIS6 .NET Confusion
System Admin
1
Posts
1
Posters
0
Views
1
Watching
-
Right to the issue.. I am installing an web application on IIS6 to a website that is running version 1.1 of .NET. My application is 2.0. So I run aspnet_regiis -S W3SVC/1/ROOT/App... directly on the vdir level and that all works fine. However, when I look in IIS Manager at the website level it reports that its using 2.0. Even stranger if I query the website with aspnet_regiis -lv it reports its using 1.1. The virtual directly is set up correctly!!! Everything works, it just says the wrong version in IIS Mgr, and this is enough to cause my QA team to not release. I have fought and lost so it must be fixed. Any ideas or anyone encounter this behavior before?