in

Stuart Manning

Belfast Web Development | C# | ASP.NET | Ajax | LINQ | JQuery | CSS | Flex

Browse by Tags

  • Programmatically creating an IIS7 site

    using Microsoft.Web.Administration; string url = "mysite.com" ; string sitename = "mysite" ; string ip_address = "128.0.1.100" ; string folder = "c" ; protected void create_iis_instance() { string app_site = sitename.Replace( "\\" , "_" ); app_site = sitename.Replace( "/" , "_" ); ServerManager serverMgr...
    Posted to ASP.NET (Weblog) by Stuart Manning on 07-18-2008
  • Windows Server 2008 & IIS7 - Live Project

    Just a quick note that I have started on pilot of Windows Server 2008 & IIS. Installation in test server was extremely easy and by default old IIS projects where migrated on launch. Installation was < 30 mins. Addition of .NET 3.0 and IIS from user environment was a breeze, and IIS immediately...
    Posted to ASP.NET (Weblog) by Stuart Manning on 04-01-2008
Page 1 of 1 (2 items)