Posts in ‘visual-studio-extension-in-a-weekend’ series

9 posts; oldest first

Spike: Providing parameters to IIS Express-hosted applications

An aside: We need to be able to support multiple instances of our small web application (because you might have more than one instance of Visual Studio open). If we host our application in IIS Express (and remember that we’re doing this to avoid messing around with URL ACLs), we either need to duplicate the whole thing for each site, or figure out a way to provide it with parameters.

» read more