This class contains the IIS utility functions.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public static class IISUtils
Public NotInheritable Class IISUtils
public ref class IISUtils abstract sealed
Members| All Members | Methods | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
![]() ![]() | ASP_NET_WP_PROCESS |
Windows XP, Windows 2000 ASP.NET process name
|
![]() ![]() | CreateVirtualDirectory(String, String, String) |
Create a new virtual directory.
|
![]() ![]() | DEFAULT_IIS_ROOT_FOLDER |
Default IIS Root
|
![]() ![]() | GetVirtualDirectory(String, String) |
Return the Directory Information for a virtual directory.
|
![]() ![]() | GetVirtualDirectoryList()()() |
Return the list of all the installed local Virtual Directory
|
![]() ![]() | IIS_SERVICE_NAME |
IIS Service name
|
![]() ![]() | IISVersion |
Return the installed IIS version or null if not installed
|
![]() ![]() | IsIISServiceRunning |
Indicate if IIS is running.
|
![]() ![]() | OpenIISManager()()() |
Open the IIS Manager property window.
|
![]() ![]() | ReadAllProperties(String, String) |
Return all the informations for a virtual directory.
|
![]() ![]() | SetDirectoryBrowsing(String, Boolean) |
Change the directory browsing value for a virtual directory.
|
![]() ![]() | SetVirtualDirectoryProperty(DirectoryEntry, String, Object) |
Change a virtual directory property.
|
![]() ![]() | StartIIS()()() |
Start the IIS Service.
|
![]() ![]() | StopIIS()()() |
Stop the IIS Service.
|
![]() ![]() | SwitchVirtualDirectoryToADirectory(String) |
Set a virtual directory to a folder.
|
![]() ![]() | SwitchVirtualDirectoryToADirectory(String, String) |
Set a virtual directory to a folder.
|
![]() ![]() | SwitchVirtualDirectoryToARedirection(String, String) |
Set a redirection to a virtual directory
|
![]() ![]() | SwitchVirtualDirectoryToARedirection(String, String, String) |
Set a redirection to a virtual directory
|
![]() ![]() | TerminateAspWorkerProcess()()() |
Close the ASP .NET Worker process. W3WP with Windows 2003.
|
![]() ![]() | VirtualDirectoryExists(String, String) |
Return true if the virtual directory exits.
|
![]() ![]() | W3WP_PROCESS |
Windows 2003 ASP.NET process name
|
Inheritance Hierarchy| Object | |
![]() | IISUtils |
Assembly: Devolutions.Utils (Module: Devolutions.Utils)




