I'm trying to get IIS working on Windows 7, but have a kind of an issue...
I'm trying to host this website for a MTA server of mine, and therefor have portforwarded these ports to my PC:
22004 TCP (for IIS)
22003 TCP (for a kind of admin panel, also a kind of website but included with the server)
22004 UDP (for the server itself)
22127 UDP (for the server browser)
Now, I can access 22004 in localhost, no problem. But when trying to connect from my external IP I have a kind of a problem. I can't connect. 22003 did work.
So I tried to look for a solution in several ways. On first thought I thought 22004 TCP might not be open. So I switched the IIS and admin panel binds, so IIS is on 22003 and the panel on 22004. Now 22003 didn't work, but 22004 did... So for some reason, IIS doesn't want anyone to connect from the outside or something...
I haven't done extremely much on this, because I couldn't seem to find anything to do... And I'm kinda desperate for an answer...