Skip to content

Instantly share code, notes, and snippets.

@dillonhafer
Created January 22, 2014 17:09
Show Gist options
  • Save dillonhafer/8562746 to your computer and use it in GitHub Desktop.
Save dillonhafer/8562746 to your computer and use it in GitHub Desktop.
Fix MS issues
Manage virtual directories.
You can remove the old project, or change its port using WebMatrix, which has an administration interface for IIS Express.
You can also do it by hand, by modifying the applicationhost.config file directly. The file is located in the %userprofile%\documents\IISexpress\config folder. You can find the project configuration under the <system.applicationHost>/<sites> element.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment