All Tags > Wildcards > Regular Expression (RSS)
  • Seek Professional Help!!!

    I need professional help here... Here's the situation... I have product URL's going to detail pages. On that page it breaks out into sub-sections, at times it also carries extra parameters in the query string other than "v" and "fa"... note that "v" is an alpha-numeric...
    Posted to Forum by goldentine on 05-11-2009, 9:30 AM
  • Re: Migrating from UrlRewritingNet.UrlRewriter.dll to IIS Url Rewrite Module

    Additionally, be aware that the regex expression would also match: Product/Detail AB aspx And will capture just 'A'. You need to change "(.*)/Detail(.*) . aspx" to "(.*)/Detail(.*) \. aspx"; remember that the expression "." means any character, you need to escape...
    Posted to Forum by DanielVL on 07-17-2008, 3:50 PM
Page 1 of 1 (2 items)
Microsoft Communities