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. > >
