Click here to Skip to main content
15,896,201 members
Home / Discussions / C#
   

C#

 
GeneralRe: Save File To Server in Asp.Net Pin
CARPETBURNER19-Oct-07 2:12
CARPETBURNER19-Oct-07 2:12 
GeneralRe: Save File To Server in Asp.Net Pin
Abhijit Jana19-Oct-07 2:24
professionalAbhijit Jana19-Oct-07 2:24 
AnswerRe: Save File To Server in Asp.Net Pin
Vasudevan Deepak Kumar19-Oct-07 2:28
Vasudevan Deepak Kumar19-Oct-07 2:28 
GeneralRe: Save File To Server in Asp.Net Pin
Abhijit Jana19-Oct-07 2:32
professionalAbhijit Jana19-Oct-07 2:32 
QuestionHow to implement a Slot-Machine Pin
MarioMARTIN19-Oct-07 0:39
MarioMARTIN19-Oct-07 0:39 
AnswerRe: How to implement a Slot-Machine Pin
leppie19-Oct-07 4:48
leppie19-Oct-07 4:48 
QuestionQuestion regarding a timeout in tcpClient Pin
Green Fuze19-Oct-07 0:36
Green Fuze19-Oct-07 0:36 
AnswerRe: Question regarding a timeout in tcpClient Pin
leppie19-Oct-07 4:53
leppie19-Oct-07 4:53 
You cant do that Smile | :) It is not possible to connect to yourself via a NAT device. The connector and connectee needs to be on opposite sides of the NAT device.

That said, there are some tricks to work around this. This involves modifying your hosts file, and adding an entry for your localhost, that match the name of your hostname to the outside work (this wont work with IP's).

Example:
Say your outside hostname is user-123-123123-344323.myisp.com
then add that hostname to your hosts file, and point it to 127.0.0.1.
Now when you conenct via hostnames, it will resolve the hostname as 'internal' and bypass the NAT device, allowing you to make a connection.

Hope this helps Smile | :)



xacc.ide

The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

QuestionJoypad! Pin
pokabot19-Oct-07 0:32
pokabot19-Oct-07 0:32 
AnswerRe: Joypad! Pin
martin_hughes19-Oct-07 0:42
martin_hughes19-Oct-07 0:42 
GeneralRe: Joypad! Pin
pokabot20-Oct-07 8:04
pokabot20-Oct-07 8:04 
Questiondeclaring user defined class arrays Pin
jikubhai19-Oct-07 0:29
jikubhai19-Oct-07 0:29 
AnswerRe: declaring user defined class arrays Pin
DavidNohejl19-Oct-07 1:25
DavidNohejl19-Oct-07 1:25 
AnswerRe: declaring user defined class arrays Pin
DaveyM6919-Oct-07 1:37
professionalDaveyM6919-Oct-07 1:37 
QuestionThis is my first post Pin
Challavijju19-Oct-07 0:26
Challavijju19-Oct-07 0:26 
AnswerRe: This is my first post Pin
Abhijit Jana19-Oct-07 1:35
professionalAbhijit Jana19-Oct-07 1:35 
QuestionProblem accessing Exchange server from windows vista [modified] Pin
Suj_7819-Oct-07 0:21
Suj_7819-Oct-07 0:21 
QuestionDelegates Pin
kabutar19-Oct-07 0:04
kabutar19-Oct-07 0:04 
AnswerRe: Delegates Pin
leppie19-Oct-07 4:55
leppie19-Oct-07 4:55 
QuestionShould we use 'ref' keyword while passing objects also... Pin
Spunky Coder19-Oct-07 0:04
Spunky Coder19-Oct-07 0:04 
AnswerRe: Should we use 'ref' keyword while passing objects also... Pin
DavidNohejl19-Oct-07 0:33
DavidNohejl19-Oct-07 0:33 
GeneralRe: Should we use 'ref' keyword while passing objects also... Pin
Spunky Coder19-Oct-07 0:46
Spunky Coder19-Oct-07 0:46 
GeneralRe: Should we use 'ref' keyword while passing objects also... Pin
DavidNohejl19-Oct-07 1:00
DavidNohejl19-Oct-07 1:00 
GeneralRe: Should we use 'ref' keyword while passing objects also... Pin
Spunky Coder19-Oct-07 1:04
Spunky Coder19-Oct-07 1:04 
GeneralRe: Should we use 'ref' keyword while passing objects also... Pin
DavidNohejl19-Oct-07 1:32
DavidNohejl19-Oct-07 1:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.