Re: Problems using web services & ISA Server - forgot to mention we are running ISA 2000 sp2.
From: Mike Malter (mikemalter_at_newsgroup.nospam)
Date: 03/24/05
- Next message: Dave Friedel: "Storing/Accessing XML for the UsertokenManager"
- Previous message: Manohar Kamath: "Re: abstract class overriding?"
- In reply to: [MSFT]: "Re: Problems using web services & ISA Server - forgot to mention we are running ISA 2000 sp2."
- Next in thread: [MSFT]: "Re: Problems using web services & ISA Server - forgot to mention we are running ISA 2000 sp2."
- Reply: [MSFT]: "Re: Problems using web services & ISA Server - forgot to mention we are running ISA 2000 sp2."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Mar 2005 15:09:07 -0800
Luke,
Thanks for jumping in but actually this is not ultimately what solved the
problem. I finally had to open a case and use one of my tech support
incidents with the ISA Server group.
The solution was to create allow packet filters for port 80 and 433. The
reason is that nothing can get out on an ISA box unless there is a packet
filter for it. For clients not on the box, there is NAT, proxy or the
firewall service itself but the problem arises when you are on the actual
ISA box itself and try to do something.
Thank you for your willingness to help.
Mike
"[MSFT]" <lukezhan@online.microsoft.com> wrote in message
news:uOpSyN3LFHA.1140@TK2MSFTNGXA02.phx.gbl...
> Hello Mike,
>
> To make a web service crossing a firewall, we have to set is Proxy
> property. For example:
>
> IWebProxy proxyObject = new WebProxy("http://proxyserver:80", true);
> math.Proxy = proxyObject;
>
> Also, to test the proxy, can you access other web pages on the same server
> in IE?
>
> Luke
- Next message: Dave Friedel: "Storing/Accessing XML for the UsertokenManager"
- Previous message: Manohar Kamath: "Re: abstract class overriding?"
- In reply to: [MSFT]: "Re: Problems using web services & ISA Server - forgot to mention we are running ISA 2000 sp2."
- Next in thread: [MSFT]: "Re: Problems using web services & ISA Server - forgot to mention we are running ISA 2000 sp2."
- Reply: [MSFT]: "Re: Problems using web services & ISA Server - forgot to mention we are running ISA 2000 sp2."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|