Web Applicaiton installation uses wrong version of ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We recently moved from VS 2003.NET / ASP.NET 1.1 to VS 2005 / ASP.NET 2.0.
The VS solutions for our Web Applications alway include a deployment project
that builds an installation file (MSI file) When we install are VS 2005 /
ASP.NET 2.0 projects on a server the resulting IIS virtual directory always
ends up configured for ASP.NET 1.1. How do we get the applications to
install with the correct version ASP.NET configured?
 
Open IIS. From the Control Panel / Admin Tools.

Find the directory.

Right click / Properties.

Go to the (new) last tab.

You select the version there.

It ~has to be a virtual directory before the last tab is workable.
 
We know how to correct the problem once the application is installed, what we
really want to know is how to get the application installed without the
manual intervention. We really don't want to rely on the person installing
the application to correct the problem.

Mike
 
Back
Top