Where do I get the hotfix?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UlBhcmtlcg==?=

    Where do I get the hotfix?

    Please see:
    Fixes a problem that occurs when you browse an ASP.NET 2.0-based Web site or a Web site that is running an ASP.NET 2.0-connected application and the Web site has thousands of subdirectories.


    I thought for sure that I would be able to find the hotfix in my MSDN
    subscription, but can't anywhere. Does anyone know where it may be hiding?
    I don't want to use a support incident just to get a file.

    Thanks
  • John Saunders

    #2
    Re: Where do I get the hotfix?

    "RParker" <RParker@discus sions.microsoft .comwrote in message
    news:A566842E-300D-480D-9CBF-AFEF4B6907F8@mi crosoft.com...
    Please see:
    Fixes a problem that occurs when you browse an ASP.NET 2.0-based Web site or a Web site that is running an ASP.NET 2.0-connected application and the Web site has thousands of subdirectories.

    >
    I thought for sure that I would be able to find the hotfix in my MSDN
    subscription, but can't anywhere. Does anyone know where it may be
    hiding?
    I don't want to use a support incident just to get a file.
    You may not need the file. It looks like the Registry directions would fix
    the problem:

    Registry information
    To enable this hotfix, you must add the following DWORD value at the
    following registry key:
    HKLM\Software\M icrosoft\ASP.NE T\FCNMode
    The following table lists possible values for the FCNMode DWORD value and
    the behavior that is associated with each value. Value Behavior
    Does not exist This is the default behavior. For each subdirectory, the
    application will create an object that will monitor the subdirectory.
    0 or greater than 2 This is the default behavior. For each subdirectory,
    the application will create an object that will monitor the subdirectory.
    1 The application will disable File Change Notifications (FCNs).
    2 The application will create one object to monitor the main directory. The
    application will use this object to monitor each subdirectory.

    --
    John Saunders | MVP - Connected System Developer

    Comment

    • =?Utf-8?B?UlBhcmtlcg==?=

      #3
      Re: Where do I get the hotfix?

      Thanks, John. I will give that a try. I've spent the morning researching
      this problem, but have yet to find anyone that can explain to me in plain
      english what the costs are for setting this to "2". There has to be a
      draw-back. Do you have any ideas, John?



      "John Saunders" wrote:
      "RParker" <RParker@discus sions.microsoft .comwrote in message
      news:A566842E-300D-480D-9CBF-AFEF4B6907F8@mi crosoft.com...
      Please see:
      Fixes a problem that occurs when you browse an ASP.NET 2.0-based Web site or a Web site that is running an ASP.NET 2.0-connected application and the Web site has thousands of subdirectories.


      I thought for sure that I would be able to find the hotfix in my MSDN
      subscription, but can't anywhere. Does anyone know where it may be
      hiding?
      I don't want to use a support incident just to get a file.
      >
      You may not need the file. It looks like the Registry directions would fix
      the problem:
      >
      Registry information
      To enable this hotfix, you must add the following DWORD value at the
      following registry key:
      HKLM\Software\M icrosoft\ASP.NE T\FCNMode
      The following table lists possible values for the FCNMode DWORD value and
      the behavior that is associated with each value. Value Behavior
      Does not exist This is the default behavior. For each subdirectory, the
      application will create an object that will monitor the subdirectory.
      0 or greater than 2 This is the default behavior. For each subdirectory,
      the application will create an object that will monitor the subdirectory.
      1 The application will disable File Change Notifications (FCNs).
      2 The application will create one object to monitor the main directory. The
      application will use this object to monitor each subdirectory.
      >
      --
      John Saunders | MVP - Connected System Developer
      >
      >

      Comment

      • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

        #4
        RE: Where do I get the hotfix?

        hotfixes are usually only available via a support call. but in your case this
        hotfix is in sp1, which you can just download.

        -- bruce (sqlwork.com)


        "RParker" wrote:
        Please see:
        Fixes a problem that occurs when you browse an ASP.NET 2.0-based Web site or a Web site that is running an ASP.NET 2.0-connected application and the Web site has thousands of subdirectories.

        >
        I thought for sure that I would be able to find the hotfix in my MSDN
        subscription, but can't anywhere. Does anyone know where it may be hiding?
        I don't want to use a support incident just to get a file.
        >
        Thanks

        Comment

        Working...