I've setup an IIS web server. I can access its pages if I'm in the local server, but I'm unable to access it from outside.
For example trying to connect from another network to it (by using its public IP) returns nothing. Using an Apache server instead of an IIS works fine, the web server is accessible from outside.
What am I doing wrong?