Hi,
I did the Front Controller tutorial in Chapter 8.
When I try to run it I get a 404 error in Default.aspx...
Code:
Response.Redirect("Home.catalog");
It's trying to find
http://localhost:51399/Home.catalog
It's clear the routing's not working.
Any suggestions on debugging?
Thank you,
Tim