Visual Studio IntelliSense for URL Rewrite

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Fri, 04 Jun 2010 00:00:00 GMT Indexed on 2010/06/05 6:03 UTC
Read the original article Hit count: 606

Filed under:
Visual Studio doesnt have IntelliSense support for URL Rewrite by default.  This isnt a show stopper since it doesnt result in stop errors. However, its nice to have full IntelliSense support and to get rid of the warnings for URL Rewrite rules. RuslanY has released a Visual Studio schema update for URL Rewrite which is available as a free quick download.  Contrary to the title of the post, the installer is for both URL Rewrite 1.1 and 2.0.  The install takes effect immediately...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Visual Studio IntelliSense for URL Rewrite

Posted by OWScott on ASP.net Weblogs See other posts from ASP.net Weblogs or by OWScott
Published on Fri, 04 Jun 2010 13:47:23 GMT Indexed on 2010/06/05 6:12 UTC
Read the original article Hit count: 606

Filed under:
|
|
|
|

Visual Studio doesn’t have IntelliSense support for URL Rewrite by default.  This isn’t a show stopper since it doesn’t result in stop errors. However, it’s nice to have full IntelliSense support and to get rid of the warnings for URL Rewrite rules.

RuslanY 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 and easy) can be found here, which also include the schema for URL Rewrite 1.1.  

The install takes effect immediately without restarting Visual Studio.

A side question commonly comes up.  Can you get URL Rewrite support for Visual Studio Web Server (aka Cassini).  The answer is no.  To get URL Rewrite support in your development environment, use IIS7.  You can set your Visual Studio projects to use IIS7 though, so you can have full debug, F5 or Ctrl-F5 support for IIS.

© ASP.net Weblogs or respective owner

Visual Studio IntelliSense for URL Rewrite

Posted by The Official Microsoft IIS Site on ASP.net Weblogs See other posts from ASP.net Weblogs or by The Official Microsoft IIS Site
Published on Fri, 04 Jun 2010 13:47:23 GMT Indexed on 2010/06/05 6:12 UTC
Read the original article Hit count: 606

Filed under:
|
|
|
|
Visual Studio doesn’t have IntelliSense support for URL Rewrite by default.  This isn’t a show stopper since it doesn’t result in stop errors. However, it’s nice to have full IntelliSense support and to get rid of the warnings for URL Rewrite rules Read More......( read more ) Read More......(read more)

© ASP.net Weblogs or respective owner

Related posts about iis

Related posts about ASP.NET