Setting the Framework version on Deployment

  • Thread starter Thread starter segdae22
  • Start date Start date
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?
 
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
 
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.
 
Back
Top