Skip to content

Instantly share code, notes, and snippets.

@makenosound
Created October 23, 2011 23:37
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 makenosound/1308073 to your computer and use it in GitHub Desktop.
Save makenosound/1308073 to your computer and use it in GitHub Desktop.
Windows Vista/7 local server

Built-in Servers: IIS on Windows

Windows Vista and Windows 7 can both run versions of the IIS web server. To install it, open the Control Panel and choose Programs and Features; then select Turn Windows features on or off from the left column. Next, select Internet Information Services, and click OK. This will install IIS. After that, you need to set up a site. Again from the Control Panel, select Administrative Tools, then Internet Information Services (IIS) Manager. The easiest way to get things running is to create a project directory inside C:\Inetpub\wwwroot, and then point your browser at that directory: http://192.168.0.1/your-directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment