NetTalk Central

Author Topic: Can IIS and NTS live together with port 80?  (Read 2322 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Can IIS and NTS live together with port 80?
« on: May 24, 2013, 01:03:00 PM »
Before I start flailing at a solution -
Is there a way for a server to have IIS running AND host my NT Server on port 80?
if there is a separate IP address?
in a VM?

Thanks,
Chris
Real programmers use copy con newapp.exe

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Can IIS and NTS live together with port 80?
« Reply #1 on: May 24, 2013, 01:41:46 PM »
Hi Chris,

there is an option in the template to bind the IP Address to the port which might help you.

Cheers,

Kevin

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Can IIS and NTS live together with port 80?
« Reply #2 on: May 24, 2013, 02:44:55 PM »
So if I get the admin to set up another IP address on that machine, I could bind the app to it and then watch for port 80 there?

Real programmers use copy con newapp.exe

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Can IIS and NTS live together with port 80?
« Reply #3 on: May 24, 2013, 09:32:27 PM »
Hi Chris,

correct. If the machine had 2 "external facing" IP addresses then you can "bind" IIS to one (don't ask me how though, but it should be easy to Google that) and bind your nettalk exe to the other.

In NetTalk WebServer it's done on the advanced tab of the WebServer procedure extension.

Cheers
Bruce


ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Can IIS and NTS live together with port 80?
« Reply #4 on: May 25, 2013, 06:53:45 AM »
Thanks

I have one set up using a variable for the IP stored in the ini file. They leave it blank since there is only the one IP address. Seems to be working. I'll let you know what happens when they get a second IP address.

At the moment, we've got it redirected to the port from a page through IIS.

Chris
« Last Edit: May 25, 2013, 06:57:35 AM by ccordes »
Real programmers use copy con newapp.exe