i\'m using asp.net mvc with vs2008 and IIS7. What i want to accomplish is that all requests that START WITH \'summer\' are routed to the same controller. \'till now i\'ve built
You can use:
/Summer{*Data}