Check if an IIS website exists with C#

2 Comments

/// <summary> /// Check if a website on the given server exist. /// Check on websitename (ServerComment) is case insensitive. /// </summary> /// <param name="serverName">Name of the IIS server e.g. localhost</param> /// <param name="websiteName">Name of

Using quotes in XML

0 Comments

To use quotes in xml, use “&quot;“ <exec program="CMD.EXE" commandline="/C &quot;${installPath}\DatabaseInstallation.cmd&quot;" workingdir="${installPath}"> <arg value="${Database_DataSource}" />