Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » IIS 6.0   (RSS)

IIS 6.0 - Disabling ASP.NET on all virtual directories, but one?

One of my customer running IIS 6.0 had this special scenario where he would like to run ASP.NET 2.0 applications only on a single virtual directory on the entire server. He would like to isolate his Virtual Directory alone to have the ScriptMaps of ASP.NET,
Posted by rakkim | 1 Comments
Filed under: ,

VBScript code for setting HttpRedirect Property for a IIsWebFile programmatically

I was helping one of my colleague whose customer wanted a custom VBScript file which sets redirection for certain files under a virtual directory. He wanted to use VBScript alone to achieve this. A IIsWebFile node will be created in the metabase only
Posted by rakkim | 0 Comments
Filed under: ,

Generating IIS hang dumps when a certain event is triggered in the event viewer

I was working with one of my customer where he had a problem with his website running on a Windows 2003 Server 64 bit and worker processes are running in the 64-bit mode. He was getting "A process serving application pool 'DefaultAppPool' failed to respond
Posted by rakkim | 0 Comments
Filed under: ,

ASP.NET_2.0.50727.210 shown as unknown in IIS Manager even after the filter gets loaded in the w3wp.exe process

PROBLEM ASP.NET_2.0.50727.210 shown as unknown in IIS Manager even after the filter gets loaded in the w3wp.exe process. CAUSE Certain Metabase ACLs were missing for the user under which the AppPool runs. Typically, after loading the filter, the Metabase

User challenged for user credentials for every 5 minutes of inactivity while editing the site using FrontPage

Problem User challenged for user credentials for every 5 minutes of inactivity while editing the site using FrontPage. Environment Website configured for Digest Authentication Cause It is a default behavior of the Digest Authentication to challenge the
Posted by rakkim | 0 Comments
Filed under:

"HTTP Error 500 - Internal server error" for any page on the Virtual Directory or Website configured for a UNC path

Problem You get “HTTP Error 500 - Internal server error” while browsing any file under a website or virtual directory whose home directory is a UNC. You will also see in IIS logs, the sc-status sc-substatus sc-win32-status as 500 16 1326. Cause Unknown

Browser prompts to download the default HTM / HTML files when browsing the site

Problem You will be prompted to download the HTM or HTML file (default document) if you browse http://servername or http://servername/vdir without specifying the file name in the URL. This occurs only if your default document is HTM and HTML files, not
Posted by rakkim | 0 Comments
Filed under:

IIS services down - "Error parsing XML file. Reason: An invalid character was found in text content" - 4275 Event from IIS Config in the System event log

Problem IIS Services are not starting Symptoms You may see the following events in the System Event log: Event 7024 from Service Control Manager - The IIS Admin Service service terminated with service-specific error 2149648394 (0x8021080A) Event 4275
Posted by rakkim | 1 Comments
Filed under: ,

Enabling Kerberos Delegation on a NLB scenario

Most common support incidents we come across is the kerberos delegation issues. So I would like to list down the steps that need to followed for configuring IIS for the kerberos delegation. General steps to be followed on the IIS machine Make sure that
Posted by rakkim | 1 Comments
Filed under: ,

Won't be able to change certain properties of the website - POPUP - "A non-fatal configuration error occured" when opening IIS Manager GUI

Problem You won’t be able to change certain properties of the website (ex. IPAddress). You may get a pop-up saying "A non-fatal configuration error occurred. Not all available information may be displayed" when you expand the computer name in the IIS
Posted by rakkim | 1 Comments
Filed under: ,

"No such interface supported" error on IISRESET

Today, one of my customer came up with an error message. He was getting "No such interface supported" when he did an IISRESET. I was not able to reproduce his issue on our box here. C:\WINNT\system32>iisreset No such interface supported I was getting
Posted by rakkim | 3 Comments
Filed under: ,

GetObject Failed while trying to ENUM / using ADSUTIL

Today when I was playing around with my IIS 6.0, got the following error when tried to do an ENUM of / using ADSUTIL.VBS script. C:\Inetpub\AdminScripts> adsutil enum / Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation
Posted by rakkim | 0 Comments
Filed under: ,
 
Page view tracker