Click here to Skip to main content
15,920,053 members
Home / Discussions / C#
   

C#

 
GeneralRe: Use NGEN with WebDeployment Pin
Simon P Stevens18-Jul-08 7:59
Simon P Stevens18-Jul-08 7:59 
QuestionAbout Event Handlig - KeyDown Pin
selcuks17-Jul-08 23:00
selcuks17-Jul-08 23:00 
AnswerRe: About Event Handlig - KeyDown Pin
enginço17-Jul-08 23:50
enginço17-Jul-08 23:50 
AnswerRe: About Event Handlig - KeyDown Pin
Mbah Dhaim18-Jul-08 0:11
Mbah Dhaim18-Jul-08 0:11 
GeneralRe: About Event Handlig - KeyDown Pin
selcuks18-Jul-08 0:23
selcuks18-Jul-08 0:23 
GeneralRe: About Event Handlig - KeyDown Pin
enginço18-Jul-08 0:50
enginço18-Jul-08 0:50 
GeneralRe: About Event Handlig - KeyDown Pin
selcuks18-Jul-08 1:04
selcuks18-Jul-08 1:04 
GeneralRe: About Event Handlig - KeyDown Pin
enginço18-Jul-08 1:22
enginço18-Jul-08 1:22 
GeneralRe: About Event Handlig - KeyDown Pin
selcuks18-Jul-08 2:00
selcuks18-Jul-08 2:00 
GeneralRe: About Event Handlig - KeyDown Pin
enginço18-Jul-08 2:26
enginço18-Jul-08 2:26 
QuestionHttp 502 and 503 errors Pin
George_George17-Jul-08 21:38
George_George17-Jul-08 21:38 
AnswerRe: Http 502 and 503 errors Pin
N a v a n e e t h17-Jul-08 22:29
N a v a n e e t h17-Jul-08 22:29 
GeneralRe: Http 502 and 503 errors Pin
George_George17-Jul-08 22:36
George_George17-Jul-08 22:36 
GeneralRe: Http 502 and 503 errors Pin
N a v a n e e t h17-Jul-08 23:41
N a v a n e e t h17-Jul-08 23:41 
George_George wrote:
Is it client side or server side issue?


It's a server side issue. Don't know the scenarios in which it appears.

George_George wrote:
What means "The server, while acting as a gateway or proxy"? I am accessing some URL, it should be the exact web server, why it acts as gateway or proxy?


Sometimes the server you are giving request is not the server which gives you output. Your server will give request to another one and if anything wrong in that response, 502 is returned. Some servers will be proxy servers which just routes the request to another server.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Http 502 and 503 errors Pin
George_George17-Jul-08 23:45
George_George17-Jul-08 23:45 
GeneralRe: Http 502 and 503 errors Pin
led mike18-Jul-08 8:59
led mike18-Jul-08 8:59 
GeneralRe: Http 502 and 503 errors Pin
George_George20-Jul-08 16:09
George_George20-Jul-08 16:09 
GeneralRe: Http 502 and 503 errors Pin
N a v a n e e t h18-Jul-08 17:10
N a v a n e e t h18-Jul-08 17:10 
GeneralRe: Http 502 and 503 errors Pin
George_George20-Jul-08 16:05
George_George20-Jul-08 16:05 
GeneralRe: Http 502 and 503 errors Pin
N a v a n e e t h20-Jul-08 16:24
N a v a n e e t h20-Jul-08 16:24 
GeneralRe: Http 502 and 503 errors Pin
George_George20-Jul-08 16:43
George_George20-Jul-08 16:43 
GeneralRe: Http 502 and 503 errors Pin
N a v a n e e t h20-Jul-08 20:29
N a v a n e e t h20-Jul-08 20:29 
GeneralRe: Http 502 and 503 errors Pin
George_George20-Jul-08 20:43
George_George20-Jul-08 20:43 
GeneralRe: Http 502 and 503 errors Pin
led mike21-Jul-08 5:59
led mike21-Jul-08 5:59 
GeneralRe: Http 502 and 503 errors Pin
George_George21-Jul-08 19:26
George_George21-Jul-08 19:26 

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.