Skip to content

Instantly share code, notes, and snippets.

@Wanchai
Created September 5, 2016 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wanchai/fac3ddc1d87bd95e6f84eb246f4aff7b to your computer and use it in GitHub Desktop.
Save Wanchai/fac3ddc1d87bd95e6f84eb246f4aff7b to your computer and use it in GitHub Desktop.
Test ASP.NET website locally without Visual Studio
SET IISRoot="%ProgramFiles(x86)%\IIS Express\"
// You have to put this file in your project directory
%IISRoot%iisexpress.exe /path:%CD% /port:9090
// Go to http://localhost:9090 to see the result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment