Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8355893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:00:05+00:00 2026-06-09T10:00:05+00:00

I created a rewrite rule in IIS7 that uses the trackAllCaptures=false attribute in the

  • 0

I created a rewrite rule in IIS7 that uses the trackAllCaptures=”false” attribute in the conditions element and uses outboundRules. All works fine on my test system however when I deploy these rules to GoDaddy I get the error:

Unrecognized attribute 'trackAllCaptures' 

And if I include the outboundRules node I get a 500 error from the server. I spoke with their support and they insist that they have support for the 2.0 version of the URL Rewrite module. My question is how do I verify or communicate to them how to check the version of this module? I can’t find a way anywhere short of attempting to install it on how to check the version.

I’m attempting to rewrite URL’s for an ASP.Net application not WordPress in order to remove the sub-folder from the URL this is a very prevalent issue in their multi-domain hosting. The sample I am using is located here: http://weblogs.asp.net/owscott/archive/2010/05/26/url-rewrite-multiple-domains-under-one-site-part-ii.aspx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T10:00:07+00:00Added an answer on June 9, 2026 at 10:00 am

    The binary for Url Rewrite is located at:

    %SystemRoot%\system32\inetsrv\rewrite.dll
    

    Url Rewrite 1.1 has a File Version of 7.1.490.43.
    Url Rewrite 2.0 has a File Version of 7.1.761.0 or 7.1.871.0 (there may be others but these are the two different versions I know of).

    If you don’t have console access to verify the version number try running the following code in a simple web page:

    Assembly a = Assembly.Load("Microsoft.Web.Iis.Rewrite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35");
    Response.Write(a.FullName);
    

    If UrlRewrite 2.0 is installed then you’ll see something like:

    Microsoft.Web.Iis.Rewrite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    

    If it isn’t then you’ll get an exception thrown:

    Could not load file or assembly ‘Microsoft.Web.Iis.Rewrite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified.

    You could also point them at this documentation page:

    Tracking Capture Groups Across Conditions

    This paragraph makes it pretty clear that trackAllCaptures is a 2.0 specific setting and if it isn’t working then 2.0 is definitely not installed:

    In URL Rewrite Module 2.0, it is possible to change how capture groups are indexed. Enabling trackAllCaptures setting to on the <conditions> collection makes the capture groups form all matched conditions to be available through the back-references.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a this rule: <rewrite> <rules> <rule name=ImageRedirect stopProcessing=false> <match url=^(.*)/(.*)/ />
How to create a 301 redirect in IIS7 using the Rewrite Rule extension for
I would like create URL rewrite rule that will set default document for my
I'm trying to create a rewrite rule that will do the following: http://www.example.com/http://other.example.com →
1) I would like to create a rewrite rule that removes the file at
I am trying to create a rewrite rule that accomplishes two things: Redirect (www.)?domain.com
I use URL Rewrite on IIS 7.5 and I created a rule to rewrite
I need a regular expression for a rewrite rule on iis7, I'm trying to
When I use a rewrite rule that splits an insert into one table into
I already created a rule that allows users to pass a variable like this:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.