![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am confused how my computer can be a server, client, database server all at the same time. I am new to Visual Studio .Net. |
#3
| |||
| |||
|
|
This is a common confusion because people often think of servers as computers. However, a server is actually software (often running on its own computer but not necessarily so). In the case of vs .net, the server software (IIS) is running on your computer. This means that it is listening to various "ports" for messages. If you are connected to the Internet, others can actually access your computer's IIS through port 80 (http) for example. Another port is "local host" which is listening for activity on the same computer that is hosting IIS. Do you (or anyone else reading this) have a good idea how to protect a |
#4
| |||
| |||
|
|
Hi! William Burrows [MVP] (burrowsREMOVEME@u.washington.edu) wrote about "Re: server IIS, server SQL, LocalHost": This is a common confusion because people often think of servers as computers. However, a server is actually software (often running on its own computer but not necessarily so). In the case of vs .net, the server software (IIS) is running on your computer. This means that it is listening to various "ports" for messages. If you are connected to the Internet, others can actually access your computer's IIS through port 80 (http) for example. Another port is "local host" which is listening for activity on the same computer that is hosting IIS. Do you (or anyone else reading this) have a good idea how to protect a developer PC with VS .NET on it against tampering from the outside? -On one hand, you need a running IIS on your PC to locally develop & test WEB applications, on the other hand you sometimes need access to the outer Internet-world to download some updates & stuff, but don't want to become vulnerable. Installing a personal firewall (like Kerio and the like) and block port 80 would keep the hackers outside, but shut down the IIS for internal WEB application development as well, ain't it? Thanks, Kai |
#5
| |||
| |||
|
|
Installing a personal firewall (like Kerio and the like) and block port 80 would keep the hackers outside, but shut down the IIS for internal WEB application development as well, ain't it |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |