I'd like to create a web application in IIS containing a site and then have a subdirectory, either a virtual directory or another web application, containing a .NET MVC application and configure the routing as appropriate.
As my MVC application is fairly straightforward, I only need one controller so I'm hoping that URLS such as:
will map to the Home controller of my application. This seems as though it should be simple enough to implement however actually setting this up seems to result in errors such as:
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
If anyone has any experience in these sort of issues, your guidance would be much appreciated!