Visual Studio XML IntelliSense for URL Rewrite 2.0

Last year I published an XML schema for URL Rewrite 1.1 that could be used to enable IntelliSense support when editing rewrite rules in Visual Studio XML editor. Now that the URL Rewrite 2.0 has been released, the old schema will not work for the the new configuration elements introduced in the v2.0. Use the link below to download the schema for URL Rewrite 2.0:

VS IntelliSense for URL Rewrite 2.0

Disclaimer: The schema file and the helper script file contained in this package are provided by me and not by Microsoft. They are not officially supported by Microsoft. Use them at your own risk.

Follow the same instructions as in Visual Studio XML IntelliSense for URL Rewrite 1.1 to add the schema to the Visual Studio schema cache. If after following the instructions the IntelliSense does not work then follow the instructions at Not getting IntelliSense in your web.config for system.webServer sections in Visual Studio 2008?.

3,487 views

ruslany on April 23rd 2010 in URLRewrite

PoorFairAverageGoodExcellent (4 votes, average: 5.00 out of 5)

4 Responses to “Visual Studio XML IntelliSense for URL Rewrite 2.0”

  1. Gravatar ImageVisual Studio IntelliSense for URL Rewrite - Scott Forsyth's Blog responded on 04 Jun 2010 at 2:54 pm #

    [...] has released a Visual Studio schema update for URL Rewrite 2.0 which is available as a free quick download.  The installation instructions (they are quick [...]

  2. Gravatar Imagejohn responded on 13 Jun 2010 at 10:20 am #

    Hi Ruslan: I tried running the intellisense script, after changing the path from “90″ to “100″ in the js:

    var vs9CommonTools = shell.ExpandEnvironmentStrings( “%VS100COMNTOOLS%” );

    but when I run the cscript command I see:

    Input Error: There is no script engine for file extension “.js”

    ?

  3. Gravatar ImageAbdul Rauf responded on 21 Jun 2010 at 3:56 am #

    Its not working for me in VS2010

  4. Gravatar Imageruslany responded on 24 Jun 2010 at 5:20 pm #

    @Abdul: Try the workaround described here

Trackback URI | Comments RSS

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

XML Markup: If You want to add XML code to the comment please XML encode it first, otherwise the code will not show up.

Recently Published Articles