Yes, I do. I found that about 3 seconds after my original post. I am running in Classic rather than Integrated Pipeline mode due to a comnpatibility issue. I just had to add a Wildcard Mapping and it all works properly now.
Now the problem I have is that any js files referred to in my routed page are calling the RouteHandler once again .... any thoughts on how to get around this? Perhaps this is where I should go to Stephen's suggestion about using a redirect page ? On 9 March 2010 16:49, Jason Finch <[email protected]> wrote: > Do you have the <modules *runAllManagedModulesForAllRequests="true"* /> in > your web.config. > > > > > On Tue, Mar 9, 2010 at 2:54 PM, Grant Maw <[email protected]> wrote: > >> Hi All >> >> Am getting a headache trying to implement webforms (as opposed to MVC) >> routing. I want to send all requests for http://mysite/articles/<articlename> >> to a particular route handler. And it works, provided that I append .aspx >> onto the URL (so >> http://mysite/articles/<articlename>.aspx<http://mysite/articles/%3Carticlename%3E.aspx>instead >> of >> http://mysite/articles/<articlename>). If I lose the .aspx extension I >> get a 404. >> >> >
