how can i REMOVE port 80 and only allow port 443 on iis 5

how can i REMOVE port 80 and only allow port 443 on iis 5

am 13.07.2005 10:42:21 von ramirez

hello all
i try to disable the port 80 on my iis 5 running under windows xp pro.
I want to run only the port 443 for ssl connections.
On the port 80 i'll run an application with a build in
webserver listening on port 80.
I don't want to move the port 80(iis) to another port.
Maybe i can hack the iis metabase to disable the default port?

Re: how can i REMOVE port 80 and only allow port 443 on iis 5

am 13.07.2005 11:07:51 von jmaltz

Hi,

Load the IIS Manager, right click the site, click "Properties"

Under "Web site identification," click "Advanced"

Select "Default 80," and click "Remove"

--
--Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
tutorial site :-)
http://vpc.visualwin.com - Does work on VPC 2004? Find out
here
Only reply by newsgroup. I do not do technical support via email. Any
emails I have not authorized are deleted before I see them.


"ramirez" wrote in message
news:1121244141.730788.112640@g47g2000cwa.googlegroups.com.. .
> hello all
> i try to disable the port 80 on my iis 5 running under windows xp pro.
> I want to run only the port 443 for ssl connections.
> On the port 80 i'll run an application with a build in
> webserver listening on port 80.
> I don't want to move the port 80(iis) to another port.
> Maybe i can hack the iis metabase to disable the default port?
>

Re: how can i REMOVE port 80 and only allow port 443 on iis 5

am 13.07.2005 11:25:13 von Rami

got the same problem. If i try to remove the port 80 i can't click on the
okay button to apply the setting.

"Jonathan Maltz [MS-MVP]" wrote:

> Hi,
>
> Load the IIS Manager, right click the site, click "Properties"
>
> Under "Web site identification," click "Advanced"
>
> Select "Default 80," and click "Remove"
>
> --
> --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
> http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
> tutorial site :-)
> http://vpc.visualwin.com - Does work on VPC 2004? Find out
> here
> Only reply by newsgroup. I do not do technical support via email. Any
> emails I have not authorized are deleted before I see them.
>
>
> "ramirez" wrote in message
> news:1121244141.730788.112640@g47g2000cwa.googlegroups.com.. .
> > hello all
> > i try to disable the port 80 on my iis 5 running under windows xp pro.
> > I want to run only the port 443 for ssl connections.
> > On the port 80 i'll run an application with a build in
> > webserver listening on port 80.
> > I don't want to move the port 80(iis) to another port.
> > Maybe i can hack the iis metabase to disable the default port?
> >
>
>
>

Re: how can i REMOVE port 80 and only allow port 443 on iis 5

am 13.07.2005 11:37:40 von Egbert Nierop

"rami" wrote in message
news:75FAE899-E787-43B4-9A1B-B003A4FC15A5@microsoft.com...
> got the same problem. If i try to remove the port 80 i can't click on the
> okay button to apply the setting.
>
> "Jonathan Maltz [MS-MVP]" wrote:
>
>> Hi,
>>
>> Load the IIS Manager, right click the site, click "Properties"
>>
>> Under "Web site identification," click "Advanced"
>>
>> Select "Default 80," and click "Remove"

On windows 2003 you can set the firewall in such a way that port 80 is not
passed through.
In addition, you could set a property,

'force SSL' on this site (security tab).