I removed the line and the same thing happens, I do not believe the router service is doing anything, no port 80 or 443 are listening.
Y:\>netstat -an
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5120 0.0.0.0:0 LISTENING
TCP 0.0.0.0:8041 0.0.0.0:0 LISTENING
TCP 0.0.0.0:8043 0.0.0.0:0 LISTENING
TCP 0.0.0.0:47001 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49152 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49153 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49154 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49175 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49181 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49183 0.0.0.0:0 LISTENING
TCP 10.8.53.20:139 0.0.0.0:0 LISTENING
TCP 10.8.53.20:3389 10.28.158.102:61614 ESTABLISHED
TCP 10.8.53.20:49210 10.8.96.126:445 ESTABLISHED
TCP 10.8.53.20:50017 52.202.11.141:443 ESTABLISHED
TCP 10.8.53.20:50018 10.8.96.33:445 ESTABLISHED
TCP 10.8.53.20:50022 10.8.0.18:445 ESTABLISHED
TCP [::]:135 [::]:0 LISTENING
TCP [::]:445 [::]:0 LISTENING
TCP [::]:3389 [::]:0 LISTENING
TCP [::]:8041 [::]:0 LISTENING
TCP [::]:8043 [::]:0 LISTENING
TCP [::]:47001 [::]:0 LISTENING
TCP [::]:49152 [::]:0 LISTENING
Originally Posted by: Alexander 
Quote:<add key="WebServerAlternateListenUri" value="http://connect.domain.com:80/" />
Try removing that line; it seems like it'd interfere with the router, since that's also trying to listen on port 80.