Click here to Skip to main content
15,905,563 members
Home / Discussions / C#
   

C#

 
QuestionUnable to connect to remote server Pin
Manoj Sethi19-Oct-07 2:38
Manoj Sethi19-Oct-07 2:38 
AnswerRe: Unable to connect to remote server Pin
leppie19-Oct-07 4:47
leppie19-Oct-07 4:47 
GeneralRe: Unable to connect to remote server Pin
Manoj Sethi19-Oct-07 5:00
Manoj Sethi19-Oct-07 5:00 
GeneralRe: Unable to connect to remote server Pin
leppie19-Oct-07 6:42
leppie19-Oct-07 6:42 
QuestionDEBUG:0xC0000005: Access Violation Pin
sduhd19-Oct-07 2:16
sduhd19-Oct-07 2:16 
AnswerRe: DEBUG:0xC0000005: Access Violation Pin
Vasudevan Deepak Kumar19-Oct-07 2:23
Vasudevan Deepak Kumar19-Oct-07 2:23 
GeneralRe: DEBUG:0xC0000005: Access Violation Pin
sduhd19-Oct-07 6:38
sduhd19-Oct-07 6:38 
AnswerRe: DEBUG:0xC0000005: Access Violation Pin
leppie19-Oct-07 4:43
leppie19-Oct-07 4:43 
GeneralRe: DEBUG:0xC0000005: Access Violation Pin
sduhd19-Oct-07 6:05
sduhd19-Oct-07 6:05 
GeneralRe: DEBUG:0xC0000005: Access Violation Pin
leppie19-Oct-07 6:37
leppie19-Oct-07 6:37 
GeneralRe: DEBUG:0xC0000005: Access Violation Pin
sduhd20-Oct-07 3:09
sduhd20-Oct-07 3:09 
QuestionSave File To Server in Asp.Net Pin
Abhijit Jana19-Oct-07 1:17
professionalAbhijit Jana19-Oct-07 1:17 
AnswerRe: Save File To Server in Asp.Net Pin
I.explore.code19-Oct-07 1:38
I.explore.code19-Oct-07 1:38 
GeneralRe: Save File To Server in Asp.Net [modified] Pin
Abhijit Jana19-Oct-07 1:52
professionalAbhijit Jana19-Oct-07 1:52 
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 

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.