dpaille
Posts: 5
Joined: Wed Jan 21, 2009 8:07 pm

Web Service Extensions

Has anybody been able to figure out how to "Allow" ASP.NET v2.0 in the Web Service Extensions in IIS ?
dpaille
Posts: 5
Joined: Wed Jan 21, 2009 8:07 pm

Re: Web Service Extensions

I found a way to do this with a vbscript. Now all I need to do is find out how to run a VBScript in AI.

By the way, the solution is:

List the Web Services installed on the Server by running the following at the command line:
iisext /listapp
(This worked natively on Windows 2003 with IIS Installed)

Once you know which Service you want enabled, (I needed ASP.NET 2.0 enabled), type the following:
iisext /enapp "asp.net v2.0.50727"
GabrielBarbu
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am
Contact: Website

Re: Web Service Extensions

Hello,
By the way, the solution is:

List the Web Services installed on the Server by running the following at the command line:
iisext /listapp
(This worked natively on Windows 2003 with IIS Installed)

Once you know which Service you want enabled, (I needed ASP.NET 2.0 enabled), type the following:
iisext /enapp "asp.net v2.0.50727"
Please note that this can be achieved by doing the following:
- go to the IIS page in Advanced Installer
- create a new Web Site or a new Virtual Directory in the Sites tree
- select the newly-created web site/virtual directory
- on the Web Site/Virtual Directory tab, under the ASP.NET section, select the version from the drop-down next to "ASP.NET version:"
Now all I need to do is find out how to run a VBScript in AI.
This is easy, you can use an Attached Custom Action.

Regards,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/

Return to “Common Problems”