All Tags > metabase > Web Server (RSS)
  • .NET 1.1 Apps and Handler Mappings

    Here's my problem. I've got a .NET 1.1 app running on my new Vista machine. The application requires URL remapping in order to work properly. However, when I try to set it up in IIS 7 it writes a tag into the web.config of the application (System.WebServer) that the .NET 1.1 runtime does not...
    Posted to Forum by xalres on 04-03-2008, 11:15 AM
  • Webalizer (stone steps) for IIS6.0 -ADSI Perl Script - automatic generation of Web Stats

    For those of you who want to produce Web statistics for IIS6.0, i have created a perl script which parses iis6.0 and produces stats for every virtual server. The script runs once everyday. I use Stone Steps webalizer. An improved version of webalizer ( http://www.stonesteps.ca/ ) See just below the script;...
    Posted to Forum by pilio on 03-10-2008, 11:47 AM
  • IIS World Wide Web Publishing Service Restart after many changes on IIS manager

    I have a server with a lot of web sites, everytime a do many changes to a website ussing IIS manager the World Wide Web Publishing Service Restart itself with event ids 7035 7036 (no errors), my problem is that because i have too many websites and they are all live it is not acceptable the restart, beside...
    Posted to Forum by jortizv on 02-22-2008, 10:43 AM
  • Monitoring IIS

    Hi, I am looking for some code in .Net version 2.0 and C# which can be used to monitor the things like 1. Getting the list of all websites on a remote WebServer. 2. Getting the memory usage or utilisation from each of the above websites. 3. Directory structure from each of the above websites. I tried...
    Posted to Forum by anil.soman on 12-06-2007, 2:21 AM
  • Get list of all sites using ASP.NET running on IIS6

    Hi, I'm trying to get a list of all sites running on our development server. After looking at a few examples online, I've come up with this: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI;...
    Posted to Forum by tjrobinson.net on 10-09-2007, 1:03 PM
  • 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
  • Getting Cross-Certification on multiple sites

    I have two websites, each with its own unique IP address: https://aaa.company.com (IP: xx.xxx.xxx.6) https://bbb.company.com (IP: xx.xxx.xxx.23) Each website has its own assigned certificate - no wildcard certificates here - each must have its own unique cert. So I set this all up in IIS 6.0 with the...
    Posted to Forum by VCochran on 08-08-2007, 5:45 PM
Page 1 of 1 (7 items)
Microsoft Communities