i need to implement asp.net url rewriting using regular expression in global.asax in one line for this solution\[code\]www.dummydomain.com/a/1/b/2/c/3/d/4/... www.dummydomain.com/b/2/c/3www.dummydomain.com/b/2/a/1/c/3/\[/code\]it means changing the parameter sequence should not affect + number of distinct params will be dynamic + i can access these parameters value by name e.g. a, b, c