webservices

  • Thread starter Thread starter JD
  • Start date Start date
J

JD

Hello Everyone,

I am doing some research on Webservices for a possible project and I was
wondering if anyone knew if a specific port needed to be opened on a
firewall for them to work, from what I can see that doesn't seem to be the
case, but just needed confirmation one way or the other. Thanks.
 
WebServices (if you're using HTTP) is just any other HTTP application. So
whatever port you configure your app to run under is the port that you'll
need open in the firewall.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 
Port 80.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 
Port 80 is the default, which is the same as a standard web page. Therefore
it's unlikely there will be firewall problems assuming standard web pages
can get through.
 
they use the port number of the iis site they are hosted under. the default
site is typically port 80.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top