Skype Stole Port 80
In an effort to reduce unnecessary running process on my machine I decided to turn the IIS process into a manual start-up process, same with Coldfusion, Railo etc. So today I had a bit of time to do a little testing and wanted to test the difference between Railo and Coldfusion's CFFEED.
I started up Railo which is running on the default port of 6800 and then tried to start IIS up and received a lovely error message "Unexpected Error 0x23EF1A" or something very similar. WTF?!
Who's stolen port 80 from under me? How do I find out who's listening to what on windows? Netstat thats how
c:\Netstat -a -n -o
c:\tasklist /SVC
Yes I could have simply changed the port properties but I wanted to know who the culprit was.
To get IIS to start up again on port 80 all I did was shut Skype down and start IIS. I then started Skype up again and it chose another port automatically.
Now I can get back to my original plan and test the cffeed tags.

Subscribe
Subscribe via RSS
Follow me on Twitter
Or, Receive daily updates via email.
Tags
adobe air ajax apple cf community cfml coldfusion examples ext flash flex google javascript max2007 max2008 misc open source programming railo software technology ui
Recent Entries
No recent entries.
Blogroll
An Architect's View
CFSilence
Rey Bango
TalkingTree

wish you would have posted a week ago, would have made my troubleshooting a lot easier! :D
Once I unckecked it, I no longer had that problem. Hope this helps