Browse by Tags

All Tagscustom installer virtual-directory Administration (RSS)
  • Create Vrirtual Directory through code C#

    Hello All, I am working on a web service that will create a new virtual directory on the same IIS Server where web service has been hosted. I am using following lines of code DirectoryEntries virtualDirs = site.Children; // create new virtual directory. DirectoryEntry virtualDirectory = virtualDirs.Add...
    Posted to Forum by Subinkj on 09-03-2007, 7:49 AM
  • Changing Directory Browsing Format

    Hi, I have a website hosted by IIS7 with Windows Vista Ultimate at http://knuxyl.ath.cx . I have a link to all of the music that is on my computer and all it is is a directory browser provided by IIS7. I don't like the format that the browsing is in and I do not want to have to create a different...
    Posted to Forum by h4Ck3R on 08-11-2007, 10:01 PM
  • Re: How create new application/VD for IIS in msi custom action?

    Using managed APIs you can easilly do this, within custom installer class, here goes the code: Add reference: Microsoft.Web.Administration.dll , found at IIS directory %windir%\system32\inetsrv\ . ServerManager mgr = new ServerManager (); Microsoft.Web.Administration. Application applicationElement;...
    Posted to Forum by ankitasdeveloper on 02-02-2007, 2:42 PM
Page 1 of 1 (3 items)
Page view counter