NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 18, 2012, 04:49:51 AM
-
Hi, Installing a NTWS web app in a IIS server using port 88
Opening a browser in the server pc..
if I type 127.0.0.1 I see the original web on port 80 through IIS
if I type 127.0.0.1:88 I see my NTWS web app
if I type 190.2.36.89 I see the original web on port 80 through IIS
if I type 190.2.36.89:80 then I got this error:
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
Technical Information (for support personnel)
* Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
* Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.
How can I fix it?
THanks
-
>>if I type 190.2.36.89:80 then I got this error:
You need to use the IP 190.2.36.89:88 and not 190.2.36.89:80
Cheers
Rob
-
THat was a typing erro, obviously I´m using :88
Thanks
-
I think if you are using a port other than the default 80 then you must also specify the http:// prefix so you would type it in the like this:
http://190.2.36.89:88
Regards
Parker
-
Nop... does not work.
Thanks
-
Um, you're talkin ti iis on port 80 and you get an iis error. So why are you asking here for help?
-
IIS is bound to IP 190.2.36.89 and it seems that port 88 is routed by IIS, and my guess is, to the default website. Check each site's properties. For IIS7 there is a binding option. Make sure there is no default like
190.2.36.89:88 or 190.2.36.89:* or *:88 set.
I can't remember, but you might have to restart IIS if you changed the bindings on the ports.
Cheers
Rob
-
THanks Rob, I have very little experience with IIS, with this I can talk with the IIS administrator.
You are a gent!
Regards
-
My guess would be that there is a firewall forwarding port 80 to this machine. Ask whoever is managing the firewall to have port 88 forwarded also.
RJ
-
Hi RJ
Port 88 is getting to the IIS server, hence the reply HTTP Error 404 - File or directory not found from IIS. So IF_NETTALK_WEBSERVER_IS RUNNING on the same server, then it seems IIS is high jacking the port 88 request. otherwise we would have seem the old website.
Michelis
So maybe we should confirm the basics first: Is your NTWS running on the same machine as your Service Providers' IIS machine? I originally assumed so. If it is the case, have a chat to them yes.
Cheers
Rob