Last active
June 5, 2018 11:52
-
-
Save psycalc/5f74482a534f0c70d3bb544e887961a7 to your computer and use it in GitHub Desktop.
powershell WebAdministration (Windows Browser-Sync alternative)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new-website -PhysicalPath "D:\work\testIISPS\" -Name "MySiteName" | |
# list of all available (added earlier) websites Get-Website | |
start-website MySiteName | |
#stop-website |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you sure the newly created website is not started already?