查找端口占用。
netstat -ano | findstr ":80 "
tasklist /fi "PID eq 4"
80端口被System占用了。
一般sqlserver report会占用80端口