Hello, I had my web2py running happily on a windows 2003 server, or so I thought, and when I went to check it to install an application it seemed not to be running (no one's using it yet so can't tell when it stopped). I tried stopping and starting it from the GUI, and it comes up with "The page cannot be displayed" in the browser.
It works if I set it to 127.0.0.1:8000 or 127.0.0.1:80, but not from 0.0.0.0:8000 or 0.0.0.0:80. I tried enabling and disabling IIS Admin Service, but this seems to have no effect... I can't seem to think of any changes that I have made other than removing folders which contained other frameworks I played about with which IIS may have been pointing at. Does IIS need to be on for me to access 0.0.0.0:80? (I'm using the non- source version of web2py which is meant to have its own server...) Anyone have any ideas/tips on running web2py on windows or why it might not be working, also am I best installing it as a service? Thanks.

