IIS Express path to applicationhost.config in Visual Studio 2010
问题 Is there a way to tell Visual Studio 2010 what value to use for the /config parameter when IIS Express is started? Using Process Explorer I can see: the iisexpress.exe process is started by Visual Studio with the /config parameter pointing to ' My Documents\IISExpress ' via the environment variable named IIS_USER_HOME . However I need to store my applicationhost.config in another location. Changing that IIS_USER_HOME variable might do the trick (?) but I don't know any way to access it. What