Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Tip#25: Did you know... You can have canonical URLs and Redirects with IIS 7.0

    Canonical URLs help you to make your links Search Engine Optimized (SEO). For human it is easy to understand that http://www.live.com is same as http://live.com . But many search engines will not make this assumption and treat them as two separate entries. This will split the rankings among them and...
    Posted to iis (Weblog) by Anonymous on 11-19-2008, 12:00 AM
    Filed under: IIS, ASP.NET, URL Rewrite, Canonical URL, URL Redirect, SEO
  • Tip #31: Did you know... How to have user friendly URL using IIS 7.0 URL Rewrite module?

    It's always good to have friendly URL so that people visiting your site find it easier to remember. Asking your user to remember http://www.contoso.com/article.aspx?id=342&title=URL-Rewrite-Walkthrough for URL Rewrite walkthrough is not the nicest thing to do. Won't it be cool if user can...
    Posted to iis (Weblog) by Anonymous on 12-01-2008, 12:00 AM
    Filed under: IIS, Tips and Tricks, URL Rewrite, User friendly URL
  • Tip #36: Did you know... How to manage pilot or beta program for your site using Application Request Routing in IIS7.0?

    Won't it be cool if you can target and route appropriate users of your site to your pilot/beta/new looking site based on user's profile. This may help you in managing select users who have previously signed for pilot program and redirect them to new looking web site and gather feedback. This...
    Posted to iis (Weblog) by Anonymous on 12-22-2008, 12:00 AM
    Filed under: IIS, URL Rewrite, ARR
  • Tip #38: Did you know... How to use Failed Request Tracing to trace Rewrite Rules?

    IIS7.0 Failed Request Tracing (FRT) is a powerful troubleshooting tool for request-processing failures. More details regarding FRT and how to enable it can be be found here . Once the failed request tracing is enabled for your site, do the following to trace rewrite rules: Double click on "Failed...
    Posted to iis (Weblog) by Anonymous on 12-28-2008, 12:00 AM
    Filed under: IIS, FRT, URL Rewrite, Failed Request Tracing
  • How to display URL Rewrite ETW Events in the Event Viewer

    IIS Failed Request Tracing is a powerful way to troubleshoot Web Requests, it provides an easy way to track each execution step for one specific request. URL Rewrite Module provides several events that can be tracked using Failed Request Tracing, here Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 01-25-2009, 12:00 AM
    Filed under: IIS, URL Rewrite
  • IIS URL Rewrite – rewriting non-www to www

    If you’re using IIS 7.0 (or 7.5), URL Rewrite is a valuable tool, well worth installing and using. One common use of URL Rewrite is redirecting http://domain.com to http://www.domain.com.  Many people are doing this for search engine optimization Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 11-27-2009, 12:00 AM
    Filed under: IIS7, IIS, URL Rewrite
  • IIS URL Rewrite – Redirect multiple domain names to one

    Consider this a 2nd part to IIS URL Rewrite – rewriting non-www to www .  Reader Rubens asked about redirecting multiple domain names in a single rule.  That’s a good question and worth writing a part II blog post about it. Here’s his question: If there any generic way to do that if we have...
    Posted to Scott Forsyth's Blog (Weblog) by OWScott on 11-30-2009, 12:00 AM
    Filed under: IIS, IIS7, URL Rewrite
  • IIS URL Rewrite – Redirect multiple domain names to one

    Consider this a 2nd part to IIS URL Rewrite – rewriting non-www to www .  Reader Rubens asked about redirecting multiple domain names in a single rule.  That’s a good question and worth writing a part II blog post about it. Here’s his question Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 11-30-2009, 12:00 AM
    Filed under: IIS7, IIS, URL Rewrite
  • IIS URL Rewrite – Hosting multiple domains under one site

    In a shared hosting environment, it’s a common desire to have a single IIS website that handles multiple sites with different domain names.  This saves the cost of setting up additional sites with the hoster.  At ORCS Web , we’ve supported this Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 01-26-2010, 12:00 AM
    Filed under: IIS7, IIS, ASP.NET, URL Rewrite
  • The Mysterious ARR Server Farm to URL Rewrite link

    Application Request Routing (ARR) is a reverse proxy plug-in for IIS7+ that does many things, including functioning as a load balancer.  For this post, I’m assuming that you already have an understanding of ARR.  Today I wanted to find out how the mysterious link between ARR and URL Rewrite...
    Posted to Scott Forsyth's Blog (Weblog) by OWScott on 03-30-2010, 12:00 AM
    Filed under: IIS, IIS7, URL Rewrite, ARR
Page 1 of 4 (40 items) 1 2 3 4 Next >