Skip to content

ROCKDEV

Development Blog

  • Home
  • Home
  • C#
  • C#
  • MVC
  • MVC
  • SharePoint
  • Front End
  • HTML/JS/CSS
  • Techie
  • SQL
  • SQL
  • Azure
  • Windows Azure
  • Meet The Team

Tag: visual studio

Migrate GitHub to VisualStudio.com Git

December 22, 2014

Sachi Williams explains how to do this on Northwest Cadence’s blog. I have outlined the basic steps below: Clone the VSO Git repo into Visual Studio. Add the GitHub (or any other Git repo) as a remote for the new one: git remote add GitHub [Your GitHub repo]. Pull from GitHub: git pull GitHub master. … More Migrate GitHub to VisualStudio.com Git

Leave a comment Migrate GitHub to VisualStudio.com Git

Using a Domain other than localhost with IIS Express

January 17, 2014

If using IIS Express (the default for debugging web applications in Visual Studio), you can use domains other than localhost but its not particularly intuitive.

1 Comment Using a Domain other than localhost with IIS Express
Create a website or blog at WordPress.com
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy