Ask a Question related to ASP.NET Security, Design and Development.
-
Raterus #1
Re: client reponse ports for asp.net
If I remember correctly from my networking class, the client OS sets these, not the server. If the server set them, how would the client know on which port to listen for the response?
--Michael
"Silvia Brunet Jones" <Silvia Brunet [email]Jones@discussions.microsoft.com[/email]> wrote in message news:6C8F1D90-E007-4C21-B360-017899597065@microsoft.com...> does any one knows how to set the range of ports that are used to send the response back to the client once the web server has processed it. I want to sett the range of ports used to respond to the client.
> How do I do this.?Raterus Guest
-
Flash Webcam client <-> client (not client <-> server<-> client)
Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer... -
No ports without ftp ?
Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any chance for me to install aplications from ports ? Thank you ! ... -
Ports
Can Action Script access ports or live audio? I.E. be a passive device between the speakers and the motherboard. -
how to show the reponse page into a new blank window?
Hi, I create site with a prefix FramSet layout. The main page contains HTML <Form> function like this <Form name=my_form method=post ... -
TCP/IP ports in use
Is there any command to list the TCP/IP ports are alreday in use? Thanks -
Silvia Brunet Jones #2
Re: client reponse ports for asp.net
This makes a lot of sense this is what my net admin is telling me.
I allways asumed that my response to the client allways went back on the port the request was issued. However, my network admin is asking me to set the range of ports my web app response. So I asked is the reponse not comming back on port 81 (our local intranet) and he said no. He has been monitoring the port requests and reponses form our web server and said that the web server is randomnly using a port to respond back to the client. In this case to talk to the web server client 1.1.2.1 send a request to server 1.1.1.1:81 the response the server is sending is 1.1.2.1:## where ## seems to be a random number between a certain range of ports.
He needs me to set this range of ports in the high end for security purposes.
So if it is a client setting how can we set our clients which are only computer inside our private network to only listen for the reponse on a specified port range?
thanks your response is very valuable
"Raterus" wrote:
> If I remember correctly from my networking class, the client OS sets these, not the server. If the server set them, how would the client know on which port to listen for the response?
>
> --Michael
>
> "Silvia Brunet Jones" <Silvia Brunet [email]Jones@discussions.microsoft.com[/email]> wrote in message news:6C8F1D90-E007-4C21-B360-017899597065@microsoft.com...>> > does any one knows how to set the range of ports that are used to send the response back to the client once the web server has processed it. I want to sett the range of ports used to respond to the client.
> > How do I do this.?Silvia Brunet Jones Guest



Reply With Quote

