ASP MVC 1.0 being hosted on IIS 6.
I set up the wildcard filtering already.
When the user visits the root of the site, the home view appears but the jquery is non functional when trying to ajax query Home/SummaryView
If I browse to the actual view url /Home then every thing works.
Works fine in VS with the ASP .Net dev server.