NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 18, 2012, 04:49:51 AM

Title: IIS and NTWS in the same server problem
Post 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
Title: Re: IIS and NTWS in the same server problem
Post by: Rob de Jager on February 18, 2012, 07:32:26 AM
>>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

Title: Re: IIS and NTWS in the same server problem
Post by: Alberto on February 18, 2012, 01:45:12 PM
THat was a typing erro, obviously I´m using :88
Thanks
Title: Re: IIS and NTWS in the same server problem
Post by: JPMacDonald on February 18, 2012, 05:05:52 PM
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
Title: Re: IIS and NTWS in the same server problem
Post by: Alberto on February 18, 2012, 05:46:04 PM
Nop... does not work.
Thanks
Title: Re: IIS and NTWS in the same server problem
Post by: bruce2 on February 18, 2012, 08:41:12 PM
Um, you're talkin ti iis on port 80 and you get an iis error. So why are you asking here for help?
Title: Re: IIS and NTWS in the same server problem
Post by: Rob de Jager on February 18, 2012, 10:25:32 PM
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
Title: Re: IIS and NTWS in the same server problem
Post by: Alberto on February 19, 2012, 04:46:31 AM
THanks Rob, I have very little experience with IIS, with this I can talk with the IIS administrator.
You are a gent!
Regards
Title: Re: IIS and NTWS in the same server problem
Post by: rjmiller on February 20, 2012, 06:47:00 AM
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
Title: Re: IIS and NTWS in the same server problem
Post by: Rob de Jager on February 20, 2012, 10:21:06 AM
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