473,474 Members | 1,852 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Help - Long shot

I this webservice that I have developed. The webservice is only accessible
if the Windows SP2 Firewall is turned off.

How do give someone access to my local webservice and keep the firewall
running?

thanks,

Dave
Jul 21 '05 #1
6 1195
You should only need to open port 80 in your Firewall.

Go to the Control Panel.
Network Connections
select "Change Windows Firewall settings"
click the Exceptions tab.
Click on "Add Port..." button.
Enter a description for the port in the name field, example "Web"
Enter 80 for the port number.
Make sure TCP option is selected.
Click on OK.

This will allow ANY computer that has access to your network the
ability to connect to port 80 (web) on your computer. This will
expose all files / applications you have configured under an IIS web
site running on port 80.

If the computer trying to access your webservice is on your local
network, then you should be all set. If you are trying to allow a
computer on the Internet to access the webservice you may need to do
some more configuration. (like setup port forwarding on your router if
you have one).

Jul 21 '05 #2
Nice. I got it. Thanks!

Also, I had to open my 1433 for SQL Access. I can turn it off when I done
testing.

Thank you!!

Dave
"mphacker" <mp******@sitedevelopers.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
You should only need to open port 80 in your Firewall.

Go to the Control Panel.
Network Connections
select "Change Windows Firewall settings"
click the Exceptions tab.
Click on "Add Port..." button.
Enter a description for the port in the name field, example "Web"
Enter 80 for the port number.
Make sure TCP option is selected.
Click on OK.

This will allow ANY computer that has access to your network the
ability to connect to port 80 (web) on your computer. This will
expose all files / applications you have configured under an IIS web
site running on port 80.

If the computer trying to access your webservice is on your local
network, then you should be all set. If you are trying to allow a
computer on the Internet to access the webservice you may need to do
some more configuration. (like setup port forwarding on your router if
you have one).

Jul 21 '05 #3
On Wed, 15 Dec 2004 13:07:38 -0600, David Pope wrote:
Nice. I got it. Thanks!

Also, I had to open my 1433 for SQL Access. I can turn it off when I done
testing.


Now why did you have to do that? It's a really bad idea.

--
FreeBSD 4.8-RELEASE i386
1:55PM up 22 days, 19:17, 1 user, load averages: 0.01, 0.01, 0.00
Jul 21 '05 #4
I will tell why I did it. I can't tell you what I have to do it that way.

My pocket pc app hits SQL Server on my wireless network directly. It was not
allowing me to communicate to SQL Server. I decided to open the 1433 port to
allow that to happen. SQL server is on my laptop.

Dave

"General Protection Fault" <ge*******@braids.ertw.com> wrote in message
news:slrncs15q5.frp.ge*******@braids.ertw.com...
On Wed, 15 Dec 2004 13:07:38 -0600, David Pope wrote:
Nice. I got it. Thanks!

Also, I had to open my 1433 for SQL Access. I can turn it off when I done
testing.


Now why did you have to do that? It's a really bad idea.

--
FreeBSD 4.8-RELEASE i386
1:55PM up 22 days, 19:17, 1 user, load averages: 0.01, 0.01, 0.00

Jul 21 '05 #5
That's odd. If you use SQL Server for CE, then it will sync with SQL Server
over port 80. You don't need to open 1433. Are you using SQL Server for
the CE?

--- Nick

"David Pope" <dp***@nospam.satx.rr.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I will tell why I did it. I can't tell you what I have to do it that way.

My pocket pc app hits SQL Server on my wireless network directly. It was not allowing me to communicate to SQL Server. I decided to open the 1433 port to allow that to happen. SQL server is on my laptop.

Dave

"General Protection Fault" <ge*******@braids.ertw.com> wrote in message
news:slrncs15q5.frp.ge*******@braids.ertw.com...
On Wed, 15 Dec 2004 13:07:38 -0600, David Pope wrote:
Nice. I got it. Thanks!

Also, I had to open my 1433 for SQL Access. I can turn it off when I done testing.


Now why did you have to do that? It's a really bad idea.

--
FreeBSD 4.8-RELEASE i386
1:55PM up 22 days, 19:17, 1 user, load averages: 0.01, 0.01, 0.00


Jul 21 '05 #6
Nah... I am using SQL Server 2000. The scanners we are using have built-in
wireless 802.11b so we can access SQL Server directly.

Dave

"Nick Malik" <ni*******@hotmail.nospam.com> wrote in message
news:uUywd.252265$HA.180339@attbi_s01...
That's odd. If you use SQL Server for CE, then it will sync with SQL
Server
over port 80. You don't need to open 1433. Are you using SQL Server for
the CE?

--- Nick

"David Pope" <dp***@nospam.satx.rr.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I will tell why I did it. I can't tell you what I have to do it that way.

My pocket pc app hits SQL Server on my wireless network directly. It was

not
allowing me to communicate to SQL Server. I decided to open the 1433 port

to
allow that to happen. SQL server is on my laptop.

Dave

"General Protection Fault" <ge*******@braids.ertw.com> wrote in message
news:slrncs15q5.frp.ge*******@braids.ertw.com...
> On Wed, 15 Dec 2004 13:07:38 -0600, David Pope wrote:
>> Nice. I got it. Thanks!
>>
>> Also, I had to open my 1433 for SQL Access. I can turn it off when I done >> testing.
>
> Now why did you have to do that? It's a really bad idea.
>
> --
> FreeBSD 4.8-RELEASE i386
> 1:55PM up 22 days, 19:17, 1 user, load averages: 0.01, 0.01, 0.00



Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

31
by: da Vinci | last post by:
OK, this has got to be a simple one and yet I cannot find the answer in my textbook. How can I get a simple pause after an output line, that simply waits for any key to be pressed to move on? ...
6
by: Praty77 | last post by:
Hi - I hope some one can help me with this. I am using sql server 2000 I have a stored procedure that is using cursors and a few joins, and writes to a few tables. (I can post the code if...
0
by: Deano | last post by:
I know this is a long, long shot since I've never seen anyone else confess to owning this software but..... Does anyone know what the correct sequence is to get the MSI wizard functioning...
6
by: D | last post by:
I am trying to do this in C# Function Num2Let(L As Long) As String Dim s0 As String, s1 As String, S2 As String, s3 As String If L > 18278 Then s0 = Chr((Int((L - 18279) / 17576) Mod 26) + 65)...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
0
by: Dave | last post by:
Hello community I am scincerley asking for some help. I'm 31 years old and live in the UK, I'm married with two children and have worked all my life as has my wife. I have been given an...
0
raubana
by: raubana | last post by:
I made a game not that long ago that's now on pygame.org, but the problem is that my game has a glitch that I can't solve! Okay, the game's alot like centipede, except it's in outer space and has...
2
by: abdiphp | last post by:
Hi every one, I need help to get the this going, Itried whatever I can but could not get the right xpath to this xml I need to get the value of this node (IMAGE_FILE) and this is not...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.