User177071611 posted
I have developed an asp.net application to run in Framework 2.0.
The thing is, I have generated a .msi, so the application could be installed at the server without problems. However, the Default Web Site in IIS at server is set to Framework 1.0 (despite of having Framework 2.0 installed on it). In addition to installing
the application, I need to change the configuration of IIS as well. It's important to mention that the application is already set to run in Framework 2.0 or higher, but the only aspect that is affecting it, is that if the IIS is set to Framework 1.0 I can't
get into the site.
I would like to know how to set up the .msi to configure it automatically (setup Default Web Site to Framework 2.0 is not an option).
Regards,
metanolbr