Hello All,

To accommodate users behind a firewall that only allows port 80 for external
use, I would like to run a SQLserver on Port 80.

However when I set it to run at port 80 all IIS service activity stops.

How can I run SQLserver on port 80 and IIS on the same physical machine?

Any suggestions much appreciated.

S.

Re: SQLserver AND IIS on port 80 on same machine by Bernard

Bernard
Mon Jan 12 01:58:18 CST 2004

If you have only 1 IP, you can't. you need to configure different ports.
say - IIS-80, SQL-8000

If you have 2 IPs, disable socket pooling and configure each app to run
on port 80.


--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...



"Susan Van Houen" <svh@hotmail.com> ????
news:uYKo$9N2DHA.2868@TK2MSFTNGP09.phx.gbl...
> Hello All,
>
> To accommodate users behind a firewall that only allows port 80 for
external
> use, I would like to run a SQLserver on Port 80.
>
> However when I set it to run at port 80 all IIS service activity stops.
>
> How can I run SQLserver on port 80 and IIS on the same physical machine?
>
> Any suggestions much appreciated.
>
> S.
>
>
>
>



Re: SQLserver AND IIS on port 80 on same machine by Susan

Susan
Mon Jan 12 02:02:12 CST 2004

Thank you very much for your prompt reply.

Yes, I do have 3 IP's, but can you be a little bit more specific on how to
do it. I haven't done it before.

Thank you very much for taking the time.

Sincerely,
S.

"Bernard" <qbernard@hotmail.com.discuss> wrote in message
news:ul9DXHO2DHA.3116@TK2MSFTNGP11.phx.gbl...
> If you have only 1 IP, you can't. you need to configure different ports.
> say - IIS-80, SQL-8000
>
> If you have 2 IPs, disable socket pooling and configure each app to run
> on port 80.
>
>
> --
> Regards,
> Bernard Cheah
> http://support.microsoft.com/
> Please respond to newsgroups only ...
>
>
>
> "Susan Van Houen" <svh@hotmail.com> ????
> news:uYKo$9N2DHA.2868@TK2MSFTNGP09.phx.gbl...
> > Hello All,
> >
> > To accommodate users behind a firewall that only allows port 80 for
> external
> > use, I would like to run a SQLserver on Port 80.
> >
> > However when I set it to run at port 80 all IIS service activity stops.
> >
> > How can I run SQLserver on port 80 and IIS on the same physical machine?
> >
> > Any suggestions much appreciated.
> >
> > S.
> >
> >
> >
> >
>
>



Re: SQLserver AND IIS on port 80 on same machine by Bernard

Bernard
Mon Jan 12 02:10:50 CST 2004

To disable IP Socket Pooling in IIS -
How to Disable Socket Pooling
http://support.microsoft.com/?id=238131

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...



"Susan Van Houen" <svh@hotmail.com> ????
news:ObDxuJO2DHA.3416@tk2msftngp13.phx.gbl...
> Thank you very much for your prompt reply.
>
> Yes, I do have 3 IP's, but can you be a little bit more specific on how to
> do it. I haven't done it before.
>
> Thank you very much for taking the time.
>
> Sincerely,
> S.
>
> "Bernard" <qbernard@hotmail.com.discuss> wrote in message
> news:ul9DXHO2DHA.3116@TK2MSFTNGP11.phx.gbl...
> > If you have only 1 IP, you can't. you need to configure different ports.
> > say - IIS-80, SQL-8000
> >
> > If you have 2 IPs, disable socket pooling and configure each app to run
> > on port 80.
> >
> >
> > --
> > Regards,
> > Bernard Cheah
> > http://support.microsoft.com/
> > Please respond to newsgroups only ...
> >
> >
> >
> > "Susan Van Houen" <svh@hotmail.com> ????
> > news:uYKo$9N2DHA.2868@TK2MSFTNGP09.phx.gbl...
> > > Hello All,
> > >
> > > To accommodate users behind a firewall that only allows port 80 for
> > external
> > > use, I would like to run a SQLserver on Port 80.
> > >
> > > However when I set it to run at port 80 all IIS service activity
stops.
> > >
> > > How can I run SQLserver on port 80 and IIS on the same physical
machine?
> > >
> > > Any suggestions much appreciated.
> > >
> > > S.
> > >
> > >
> > >
> > >
> >
> >
>
>