Page 2 of 2

Posted: Tue Jul 11, 2006 4:20 pm
by isf
Sorry for bothering again. Do you think you can have this plugin ready this week or is there any other way to do the application creation for a virtual folder?

Regards,
paulo

Posted: Wed Jul 26, 2006 6:41 am
by andrejzr
HI,

Setting the ASP.NET version for the virtual directory can be done also by calling the Run Program command. Use parameters:

Run Program:
$WINDIR$\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_regiis.exe

Command Line Parameters:
-s W3SVC/1/ROOT/WEBDIRNAME


Change the WEBDIRNAME to you virtual folder name.

This works fine with my installer - it is changing from the default ASP.NET 1.1 to 2.0


Hope this helps.

Posted: Wed Jul 26, 2006 7:36 am
by MichaelNesmith
This is also available as a direct option in the new ASP.NET tab of the Create Virtual Folder command window, starting with InstallAware 6.01.

Posted: Thu Aug 21, 2008 8:13 pm
by liambrennan
Hi,

Has there been any update in regards to setting a virtual directory to an application pool? I am aware that I can specify an application pool in the virtual directory properties but what i would like to do is to present the user with a list of current application pools and give them the option of selecting one, is this functionality available?

Thanks,
Liam.

Re: Script for setting up an Application Pool in IIS

Posted: Tue May 10, 2016 3:57 am
by kamau
It's 2016, 10 years later, can't see a way to set the user for an app pool, or even configure any app pool settings. Is this possible in X4?

Re: Script for setting up an Application Pool in IIS

Posted: Wed May 11, 2016 1:08 pm
by FrancescoT
All App Pool settings can be issued via "appcmd.exe" and this can be easily done via IA script.
Have a look at the Microsoft documentation for more details.

Hope this helps you.

Regards