diff --git a/docs/Examples/IIS.md b/docs/Examples/IIS.md index 2bc3d9975..245121b0f 100644 --- a/docs/Examples/IIS.md +++ b/docs/Examples/IIS.md @@ -118,7 +118,7 @@ The below steps assume you have purchased a domain and have pointed your DNS to ``` -**Setup IIS** +**Setup IIS (if new build in IIS)** - Open IIS Manager (*Start > Type 'IIS Manager'*) - Create your new site (*Expand Server > Right click sites > 'Add Websites'*) - Enter your site's name @@ -126,7 +126,4 @@ The below steps assume you have purchased a domain and have pointed your DNS to - Enter your hostname (*Your a-record*) - Leave all other defaults and click 'Ok' -**Start your server** - - Run `gulp serve:dist` - # Congratulations, you did it! Now go code something awesome!