server.name is changed to server in the command expansion.
This commit is contained in:
Praburaj 2014-05-09 09:57:39 -07:00
Родитель 6a442d6a53
Коммит 1cfe90ae81
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@
"System.Security.Principal": "4.0.0.0" "System.Security.Principal": "4.0.0.0"
}, },
"commands": { "commands": {
"web": "Microsoft.AspNet.Hosting server.name=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5002", "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5002",
"run": "run server.urls=http://localhost:5003" "run": "run server.urls=http://localhost:5003"
}, },
"configurations": { "configurations": {