Click here to Skip to main content
15,899,124 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: payment processing using my page Pin
Manfred Rudolf Bihy20-Nov-10 3:00
professionalManfred Rudolf Bihy20-Nov-10 3:00 
Questionlimit the width of <body> Pin
Jassim Rahma20-Nov-10 0:08
Jassim Rahma20-Nov-10 0:08 
AnswerRe: limit the width of Pin
thatraja20-Nov-10 0:58
professionalthatraja20-Nov-10 0:58 
QuestionGUID in MySQL Pin
Jassim Rahma19-Nov-10 23:35
Jassim Rahma19-Nov-10 23:35 
AnswerCrosspost Pin
thatraja20-Nov-10 1:15
professionalthatraja20-Nov-10 1:15 
QuestionASP.NET host with MySQL Pin
Jassim Rahma19-Nov-10 23:08
Jassim Rahma19-Nov-10 23:08 
QuestionWeb Service from a WCF Service using HttpPost Pin
indian14319-Nov-10 10:34
indian14319-Nov-10 10:34 
AnswerRe: Web Service from a WCF Service using HttpPost Pin
GlobX24-Nov-10 14:26
GlobX24-Nov-10 14:26 
Just so you know, "500 Internal Server Error" is about as vague as "something happened, and it was bad". A 500 is not going to help you much in the way of debugging.

You could try using:

request.ContentType = "application/x-www-form-urlencoded; charset=utf-8";


No idea if that will work or not, that's a stab in the dark.

Have you monitored the receiving WebService to see what exception it's throwing? You could be sending malformed data.

If you have something that talks over HTTP to this WebService already that WORKS, you could try watching its requests with Fiddler/WireShark/something similar and compare it to what you're sending.

I dunno man, sorry it's just a bit vague.
QuestionFix my read file permission error now! [modified] Pin
musefan19-Nov-10 0:22
musefan19-Nov-10 0:22 
AnswerRe: Fix my read file permission error now! Pin
Chris Maunder19-Nov-10 0:42
cofounderChris Maunder19-Nov-10 0:42 
GeneralRe: Fix my read file permission error now! [modified] Pin
musefan19-Nov-10 0:51
musefan19-Nov-10 0:51 
AnswerAnswer Pin
musefan21-Nov-10 23:50
musefan21-Nov-10 23:50 
QuestionHow to end a request if there are no records to display Pin
meeram39518-Nov-10 16:55
meeram39518-Nov-10 16:55 
AnswerRe: How to end a request if there are no records to display Pin
Not Active18-Nov-10 17:12
mentorNot Active18-Nov-10 17:12 
AnswerRe: How to end a request if there are no records to display Pin
surender.m18-Nov-10 23:23
surender.m18-Nov-10 23:23 
QuestionExtract data for a form using web performance test tool visual studio Pin
jboyd11118-Nov-10 12:10
jboyd11118-Nov-10 12:10 
Questioncheckboxlist validator Pin
Dhyanga18-Nov-10 5:51
Dhyanga18-Nov-10 5:51 
AnswerRe: checkboxlist validator Pin
Not Active18-Nov-10 6:44
mentorNot Active18-Nov-10 6:44 
GeneralRe: checkboxlist validator Pin
Dhyanga18-Nov-10 6:47
Dhyanga18-Nov-10 6:47 
GeneralRe: checkboxlist validator Pin
Dhyanga18-Nov-10 8:33
Dhyanga18-Nov-10 8:33 
GeneralRe: checkboxlist validator Pin
Not Active18-Nov-10 14:29
mentorNot Active18-Nov-10 14:29 
QuestionCall Javascript function when gridview loads Pin
Satish_S18-Nov-10 1:06
Satish_S18-Nov-10 1:06 
AnswerRe: Call Javascript function when gridview loads Pin
NeverHeardOfMe18-Nov-10 2:54
NeverHeardOfMe18-Nov-10 2:54 
QuestionAjax Controls(Collapsable panel) Not working on .Netframework 3.5 Pin
Raveendra.jonna17-Nov-10 23:13
Raveendra.jonna17-Nov-10 23:13 
AnswerRe: Ajax Controls(Collapsable panel) Not working on .Netframework 3.5 Pin
T M Gray18-Nov-10 7:04
T M Gray18-Nov-10 7: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.