I set up tax and shipping providers, I added a category and a product.
When I try to browse to anything on the site (not on admin side) such as:
http://mydomain.com/Catalog-Home-Products_1.aspx
I get the "The resource cannot be found" error.
I am on IIS7 with Win2K8.
I checked the web.config and it appears that there is a reference to an URL rewriter. That assembly is in the resources directory and the config section is there in web.config that should map to the above url. Ideas?
Also broken are the other routes: http://mydomain.com/Page-Home_1.aspx for example is busted. If I go to http://mydomain.com/ the page renders correctly.
Any ideas?