Setting the Framework version on Deployment

S

segdae22

I have created a setup project for my webservice. So far I've been
able to set the name of the virtual directory and a number of other
custom properties but the one thing I can't seem to figure out how to
do is to specify which version of the framework the virtual directory
should run under. My setup works great except for the fact that it
defaults to the 1.1 framework instead of the 2.0 which causes the site
to fail to load. Is there a way I can set the framework version in
the setup project so it doesn't have to be manually changed in IIS
after the setup is complete?
 
N

Nick Chan

right click on the virtual directory > properties >
u SHOULD be able to see asp.net TAB page where u can select the
version.
if not, i'd suggest reinstalling asp.net 2.0
 
S

segdae22

right click on the virtual directory > properties >
u SHOULD be able to see asp.net TAB page where u can select the
version.
if not, i'd suggest reinstalling asp.net 2.0



- Show quoted text -

No I want to be able to do this via the Setup package so the web admin
doesn't have to take this step seperately after installing the website
using the setup.exe.
 

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