Proper Target configuration for IIS

Is it possible to have multiple projects within a single host in IIS?

For example, I have a host defined in IIS called ‘sandbox’ that points to the sandbox folder in the inetpub directory on my local hard drive. (C://inetpub/wwwroot/sandbox) So, typing ‘sandbox’ in the browser will hit whatever code is in that folder.

Then, in order to have multiple projects under that host name, in Project Settings under Targets, can I define it like this:

Theoretically, you would type ‘sandbox/northwind’ in the browser to access this project. As far as the Target goes, it seems to be fine with it, as I get a success message when I click Test Connection. But, when I define a server connect and test it with debugging on, I get this error:

Seems the path to the namespace is incorrect, so wondering if there is a setting somewhere that could correct this, or is this not a good idea for other reasons? I was hoping to not have to set up multiple hosts for every single project in my sandbox environment.

Community Page
Last updated: