Open
Description
SpecsForMvc (http://specsfor.com/SpecsForMvc/features.cshtml) handles hosting slightly differently to Seleno. It publishes the site and then uses IIS Express to host the published copy, rather than just hosting the project path. Among other things, this means that any Web.config transforms are applied to the host version. This is useful for acceptance testing, as connection strings and other configuration different can be applied.
I think it would be good for Seleno to adopt this approach. What do you think?