调试azure storage service程序遇到“new port below minimum allowed value 8080 for http" 的错误

开发调试windows azure storage应用程序时,vs.net调试运行时报错(本人环境是vs.net 2013,windows azure sdk 2.3)

wKioL1OQgDTASo8XAAKHsE2UUqA534.jpg

从msdn上找到帮助文档

Starting Emulator Express with port override in non-administrator mode fails- The port will not be auto-adjusted by Emulator Express if the overridden port is less than 8080.  Emulator Express will fail to start and you’ll see an error message similar to the following:

Cannot override to port 2051. New port below minimum allowed value 8080 for protocol http.

To work around this issue, start the Emulator Express without port override when running in non-administrator mode. Or, change the port to a value greater than 8080. To change the port value, right-click on the web role project in Solution Explorer and select Properties. On the Web tab change the Project URL port to a number greater than 8080, then build and debug the project.

按文档所说,修改如下

 wKiom1ORIcSA4xPGAAJqfyvIuNo868.jpg

 

重新build and de

你可能感兴趣的:(程序,azure)