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

[...] 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 [...]
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”
?
Its not working for me in VS2010
@Abdul: Try the workaround described here