Web Applicaiton installation uses wrong version of ASP.NET

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

sloan

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top