Browse by Tags

All TagsASP.NETmetabase (RSS)
  • 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
  • Application configuration in IIS 6.0 for ASP and ASP.Net

    Hi, I am having trouble figuring out which options in IIS apply only to Classic ASP and which option applies only to ASP.Net in general. I am particularly having trouble for the application configuration options that can be reached by clicking website properties --> home directory --> configuration...
    Posted to Forum by abhishek172 on 11-29-2007, 11:00 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
  • Chunked Encoding Problem

    We have a C# reverse proxy running using IIS 6 on windows 2003 server. All output from the proxy has Transfer-Encoding: chunked HTTP header but the zero-length ending chunk is not sent. This causes IE 6 on WinXP and 2003 - a rather large base of users - to hang. See http://support.microsoft.com/kb/914453...
    Posted to Forum by l%kin4Ansz on 02-14-2007, 5:49 PM
  • Event ID 36

    After a few weeks of googling I'm beginning to believe that my situation is unique, so I'm bringing my problems to you knowledgeable professionals. When I browse to an asp page on my XP SP2 / IIS 5.1 machine it gives me an Internal 500 error message and the Event ID 36 in my system log. The Specified...
    Posted to Forum by Yauch on 12-10-2006, 11:08 PM
  • Using System.DirectoryServices to configure IIS

    Hey, I want to configure IIS (exsisting sites and vdirs) using c#. I have to say, its not easy to find examples. But in my search for examples I ran into this at MSDN: http://msdn2.microsoft.com/en-us/library/ms525679.aspx BUT, where is the example? :) Can you eventually recommend some articles, books...
    Posted to Forum by laped156 on 12-04-2006, 3:45 AM
Page 1 of 1 (8 items)
Page view counter