User-1021166744 posted
I am successfully using the rewriter with the following code:
<rewrite url="~/cars/(.+).aspx" to="~/cars/findCar.aspx?CarId=${CarName($1)}" />
Now, what I want is to have another rule or to adjust this rule that will allow the following address: ~/cars/
which will display the ~/cars/default.aspx file.
Right now, it gets redirected to the rewriter class and it crashes.
I am looking for an answer either in the regex or in the vb code.