I followed Scott Guthrie's suggestion of trying Microsoft Web Farm Framework, added Application Request Routing, and added an ASP.NET MVC 3 unmodified website. If I remove the inbound rule for IIS's "URL Rewrite", it shows the website. If I add one to redirect the request to the web farm, it gives me a The virtual path 'null' maps to another application, which is not allowed
.
What web.config entries or other configuration would I need to get the website to show?