FIX: ASP.NET requests run, but no ASPNET_WP.EXE worker process appears in Task Manager (840870)



The information in this article applies to:

  • Microsoft .NET Framework 1.0

SYMPTOMS

If your Machine.config file contains syntax errors in the proxy bypass list, the wrong process model may be used to run ASP.NET requests. For example, if you add the following code in the <system.net> section of your Machine.config file, ASP.NET requests run, but no ASPNET_WP.EXE worker process appears in Task Manager.
<defaultProxy>
<proxy usesystemdefault="false" proxyaddress="intranetproxy" bypassonlocal="true" />
  <bypasslist>
    <add address=".*\.corp\.microsoft\.com\:.*" />
  </bypasslist>
</defaultProxy>

CAUSE

This problem occurs because the .config file parser ignores the enable="true" attribute of the processModel element when the bypass list contains an error. (In the example in the "Symptoms" section, a backslash (\) character appears after ".com" in the code.)

The .config file parser then uses the default process model. The default process model does not use a worker process. Instead, ASP.NET requests are served from the Inetinfo.exe process.

RESOLUTION

This software update makes the following changes:
  • The default process model now uses a worker process.
  • The enable attribute of the processModel element is respected, regardless of whether the bypass list contains errors.

Software update information

A supported software update is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This software update may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft .NET Framework 1.0 service pack that contains this software update.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the software update. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

You must have Service Pack 2 for the Microsoft .NET Framework 1.0 installed before you apply this software update.

Restart requirement

You do not have to restart your computer after you apply this software update.

Software update replacement information

This software update does not replace any other software updates.

File information

The English version of this software update has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version       Size       File name
   ---------------------------------------------------------------------------------------------
   20-Apr-2004  15:16  1.0.3705.499    200,704  Aspnet_isapi.dll
   20-Apr-2004  15:10                    4,169  Aspnet_perf.h
   20-Apr-2004  15:16                  513,302  Aspnet_perf.ini
   20-Apr-2004  15:16                  510,714  Aspnet_perf2.ini
   20-Apr-2004  15:16  1.0.3705.499     24,576  Aspnet_regiis.exe
   20-Apr-2004  15:16  1.0.3705.499     28,672  Aspnet_wp.exe
   20-Apr-2004  14:35  1.0.3705.499     69,632  Corperfmonext.dll
   29-Apr-2003  14:59                   16,597  Installpersistsqlstate.sql
   29-Apr-2003  15:00                   17,331  Installsqlstate.sql
   12-Aug-2003  09:48                   17,807  Installsqlstatetemplate.sql
   20-Apr-2004  14:33  1.0.3705.499    299,008  Mscorjit.dll
   21-Apr-2004  20:20  1.0.3705.499  1,953,792  Mscorlib.dll
   20-Apr-2004  14:22                   10,280  Mscorlib.ldo
   20-Apr-2004  14:34  1.0.3705.499  2,199,552  Mscorsvr.dll
   20-Apr-2004  14:34  1.0.3705.499  2,265,088  Mscorwks.dll
   20-Apr-2004  15:14  1.0.3705.499     20,480  Perfcounter.dll
   01-Aug-2002  13:38                       15  Smartnav.htm
   29-Jul-2003  12:30                    8,728  Smartnav.js
   21-Apr-2004  20:20  1.0.3705.499  1,179,648  System.data.dll
   21-Apr-2004  20:20  1.0.3705.499  1,695,744  System.design.dll
   21-Apr-2004  20:20  1.0.3705.499  1,175,552  System.dll
   21-Apr-2004  20:20  1.0.3705.499    241,664  System.messaging.dll
   21-Apr-2004  20:20  1.0.3705.499    311,296  System.runtime.remoting.dll
   21-Apr-2004  20:20  1.0.3705.499    131,072  System.runtime.serialization.formatters.soap.dll
   21-Apr-2004  20:20  1.0.3705.499  1,200,128  System.web.dll
   21-Apr-2004  20:20  1.0.3705.499    507,904  System.web.services.dll
   21-Apr-2004  20:20  1.0.3705.499  1,994,752  System.windows.forms.dll
   20-Apr-2004  15:22                   16,664  System.windows.forms.ldo
   20-Apr-2004  15:17  1.0.3705.499     57,344  System.windows.forms.tlb
   21-Apr-2004  20:20  1.0.3705.499  1,302,528  System.xml.dll
   21-Apr-2004  20:20  1.0.3705.499     32,768  TlbImp.exe
   08-Jan-2002  11:13                    1,419  Uninstallpersistsqlstate.sql
   12-Aug-2003  09:48                    2,119  Uninstallsqlstatetemplate.sql
   21-Apr-2004  20:20                   65,536  Wsdl.exe

WORKAROUND

Correct the syntax error in your bypass list. However, if you omit the enable attribute of the processModel element, ASP.NET will assume that the enable attribute has a value of false unless you apply this software update.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Modification Type:MinorLast Reviewed:6/1/2006
Keywords:kbBug kbfix kbNetFrame100preSP3fix kbHotfixServer kbQFE KB840870 kbAudDeveloper