Windows 7 running as server

Posted by Artur on Stack Overflow See other posts from Stack Overflow or by Artur
Published on 2010-05-01T13:42:41Z Indexed on 2010/05/01 13:47 UTC
Read the original article Hit count: 266

Filed under:
|

I'm developing a program using Windows 7. There are WCF services (soap, rest) that are used by currently by Silverlight but very soon I'll start development of the mobile application that would make use of these services.

On day to day basis I use Mac and Apache to host my website, but during the development of this program I would like to use IIS7 to put my services online. I have absolutely no problems to access all the services via localhost but as soon as I'm trying to connect through the internet I get "The connection has timed out".

I'm sure that my router is configured right as it works perfectly fine when I'm on Mac OS, but it looks like Windows simply blocks incoming connections from outside; I cannot even connect from another computer on the same network.

So is there a way of using Windows 7 as server with IIS7 or is it only possible with Windows Server? I know it might be like enabling/disabling one setting somewhere but I just cannot find it.

Please help.

© Stack Overflow or respective owner

Related posts about iis7

Related posts about Windows