MSSQL 2008 is claiming the firewall is blocking ports even from local machine
- by Mercurybullet
I was just hoping to step through a couple queries to see how the temp tables are interacting and I'm getting this message.
The windows firewall on this machine is currently blocking remote debugging.
Remote debugging requires that the debugging be allowed to receive information
from the network.Remote debugging also requires DCOM (TCP port 135) and
IPSEC (UDP 4500/UDP500) be unblocked
Even when I walked over to the actual machine and tried running the debugger, I'm still getting the same message. Am I missing something or does the debugger try to run remotely even from the local machine? Since this was meant to be just a quick check, I don't need instructions on how to open up the firewall, just hoping there is a way to run the debugger locally instead.