in

Stuart Manning

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

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • 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
Page 1 of 1 (1 items)