asp.net - website cannot be started another website may be using the same port -


trying set default website in iis. when trying start website error message: "website cannot started website may using same port."

i don't see other bindings on port 80 in iis. there way determine else might using port on machine?

thanks

go cmd, type netstat -a local address or local port 80, or http


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -