Update information
A supported feature that modifies the default behavior of the product is available from Microsoft. However, this feature is intended to modify only the behavior that this article describes. Apply this feature only to systems that specifically require it.
If the feature is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the feature.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific feature. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
Note The "Hotfix download available" form displays the languages for which the feature is available. If you do not see your language, it is because the feature is not available for that language.
To enable this update, follow these steps:
- Download and then install the update package.
- Start Notepad, copy the following script into a file, and then change the script according to your settings.
'
' Copyright (c) Microsoft Corporation. All rights reserved.
' THIS CODE IS MADE AVAILABLE AS IS, WITHOUT WARRANTY OF ANY KIND. THE ENTIRE
' RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE
' USER. USE AND REDISTRIBUTION OF THIS CODE, WITH OR WITHOUT MODIFICATION, IS
' HEREBY PERMITTED.
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Const SE_VPS_GUID = "{143F5698-103B-12D4-FF34-1F34767DEabc}"
Const SE_VPS_NAME = "RangesForChainExclusion"
Const SE_VPS_VALUE = "<source subnet>/<subnet mask>;<source subnet>/<subnet mask>;�
Sub SetValue()
' Create the root object.
Dim root ' The FPCLib.FPC root object
Set root = CreateObject("FPC.Root")
'Declare the other objects needed.
Dim array ' An FPCArray object
Dim VendorSets ' An FPCVendorParametersSets collection
Dim VendorSet ' An FPCVendorParametersSet object
' Get references to the array object
' and the network rules collection.
Set array = root.GetContainingArray
Set VendorSets = array.VendorParametersSets
On Error Resume Next
Set VendorSet = VendorSets.Item( SE_VPS_GUID )
If Err.Number <> 0 Then
Err.Clear
' Add the item.
Set VendorSet = VendorSets.Add( SE_VPS_GUID )
CheckError
WScript.Echo "New VendorSet added... " & VendorSet.Name
Else
WScript.Echo "Existing VendorSet found... value- " & VendorSet.Value(SE_VPS_NAME)
End If
Err.Clear
VendorSet.Value(SE_VPS_NAME) = SE_VPS_VALUE
If Err.Number <> 0 Then
CheckError
Else
VendorSets.Save false, true
CheckError
If Err.Number = 0 Then
WScript.Echo "Done with " & SE_VPS_NAME & ", saved!"
End If
End If
End Sub
Sub CheckError()
If Err.Number <> 0 Then
WScript.Echo "An error occurred: 0x" & Hex(Err.Number) & " " & Err.Description
Err.Clear
End If
End Sub
SetValue
Note You must use the appropriate source subnets and subnet masks to replace the placeholders in the following line.Const SE_VPS_VALUE = "<source subnet>/<subnet mask>;<source subnet>/<subnet mask>;�
For example, modify the line as follows.
Const SE_VPS_VALUE = "10.10.0.0/255.255.0.0;172.16.10.0/255.255.255.0;"
In this example, Web requests that come from subnets 10.10.0.0/16 and 172.16.10.0/24 are routed directly to the destination, regardless of any Web proxy chaining rules that redirect to an upstream proxy.
The semicolon must appear even if there is only one source subnet.
- Save the file as a Microsoft Visual Basic script file by using the .vbs file name extension. For example, save the file as configRangesForChainExclusion.vbs in the C:\configRangesForChainExclusion folder.
- At a command prompt, move to the location of the .vbs file, and then run the .vbs file. For example, run the following commands:
cd C:\ configRangesForChainExclusion
cscript configRangesForChainExclusion.vbs
Prerequisites
To apply this update, you must have ISA Server 2006 SP1 installed on the computer.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
954258
How to obtain the latest Internet Security and Acceleration (ISA) Server 2006 service pack
Restart requirement
You do not have to restart the computer after you apply this update. However, the update installation restarts the ISA Server 2006-related services.
Update replacement information
This update does not replace any other updates.
File information
The English version of this update has the file attributes (or later file attributes) 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 item in Control Panel.
File name | File version | File size | Date | Time | Platform |
---|
Authdflt.dll | 5.0.5723.509 | 164,768 | 18-Jan-2009 | 08:03 | x86 |
Cookieauthfilter.dll | 5.0.5723.509 | 406,944 | 18-Jan-2009 | 08:03 | x86 |
Fweng.sys | 5.0.5723.509 | 420,768 | 18-Jan-2009 | 08:03 | Not Applicable |
Logout_smimecap.htm | Not Applicable | 4,953 | 18-Jan-2009 | 08:03 | Not Applicable |
Msfpc.dll | 5.0.5723.509 | 584,608 | 18-Jan-2009 | 08:03 | x86 |
Msfpccom.dll | 5.0.5723.509 | 6,781,344 | 18-Jan-2009 | 08:03 | x86 |
Msfpcsnp.dll | 5.0.5723.509 | 6,099,872 | 18-Jan-2009 | 08:03 | x86 |
Mspadmin.exe | 5.0.5723.509 | 385,952 | 18-Jan-2009 | 08:03 | x86 |
Mspapi.dll | 5.0.5723.509 | 65,952 | 18-Jan-2009 | 08:03 | x86 |
Msphlpr.dll | 5.0.5723.509 | 508,832 | 18-Jan-2009 | 08:03 | x86 |
Ratlib.dll | 5.0.5723.509 | 52,128 | 18-Jan-2009 | 08:03 | x86 |
Smtpfltr.dll | 5.0.5723.509 | 177,568 | 18-Jan-2009 | 08:03 | x86 |
Sumgen.dll | 5.0.5723.509 | 516,512 | 18-Jan-2009 | 08:03 | x86 |
Usr_pwd.htm | Not Applicable | 8,604 | 18-Jan-2009 | 08:03 | Not Applicable |
W3filter.dll | 5.0.5723.509 | 944,544 | 18-Jan-2009 | 08:03 | x86 |
Wploadbalancer.dll | 5.0.5723.509 | 112,032 | 18-Jan-2009 | 08:03 | x86 |
Wspsrv.exe | 5.0.5723.509 | 1,263,008 | 18-Jan-2009 | 08:03 | x86 |
Logout_smimecap.htm | Not Applicable | 4,608 | 18-Jan-2009 | 08:03 | Not Applicable |
Usr_pcode.htm | Not Applicable | 6,898 | 18-Jan-2009 | 08:03 | Not Applicable |
Usr_pwd.htm | Not Applicable | 7,313 | 18-Jan-2009 | 08:03 | Not Applicable |