ShellApplication.Execute(Boolean, Boolean, Boolean) Method

Definition

Starts an instance of IIS Manager or resets IIS Manager preferences without starting.

public:
 void Execute(bool localDevelopmentMode, bool resetPreferences, bool resetPreferencesNoLaunch);
public void Execute (bool localDevelopmentMode, bool resetPreferences, bool resetPreferencesNoLaunch);
member this.Execute : bool * bool * bool -> unit
Public Sub Execute (localDevelopmentMode As Boolean, resetPreferences As Boolean, resetPreferencesNoLaunch As Boolean)

Parameters

localDevelopmentMode
Boolean

true to set the local development mode to "ASP.NET"; false to set the local development mode to "IIS".

resetPreferences
Boolean

true to reset the IIS Manager preferences; false to load the existing IIS Manager preferences.

resetPreferencesNoLaunch
Boolean

true to reset the IIS Manager preferences without starting the IIS Manager application; otherwise, false.

Applies to