Currently the built in IISWebSiteConvention configures IIS to the following physical path $sourcePath\content. Could we update this path to be configurable based on context variable or convention? I noticed these are in a legacy folder. Is the plan to eventually phase these out?
The reason I ask to make it configurable is we would like to use this for applications that have the following package structure:
package_root
content
approot
wwwroot <-- IIS physical path
If you are open to this I could look into making the change.