Click here to Skip to main content
15,891,657 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Public Enum Pin
Tom Deketelaere27-Sep-12 3:30
professionalTom Deketelaere27-Sep-12 3:30 
GeneralRe: Public Enum Pin
byka27-Sep-12 4:08
byka27-Sep-12 4:08 
GeneralRe: Public Enum Pin
Tom Deketelaere27-Sep-12 4:09
professionalTom Deketelaere27-Sep-12 4:09 
AnswerRe: Public Enum Pin
Bernhard Hiller27-Sep-12 21:41
Bernhard Hiller27-Sep-12 21:41 
Questioncan i get recipient mail addresses when sending mail from asp.net Pin
uspatel26-Sep-12 23:15
professionaluspatel26-Sep-12 23:15 
AnswerRe: can i get recipient mail addresses when sending mail from asp.net Pin
gopal pradhan8-Nov-12 23:19
gopal pradhan8-Nov-12 23:19 
QuestionAccessing IBM Webservice in ASP.Net application Pin
indian14326-Sep-12 6:53
indian14326-Sep-12 6:53 
JokeRe: Accessing IBM Webservice in ASP.Net application Pin
jkirkerx26-Sep-12 9:13
professionaljkirkerx26-Sep-12 9:13 
Well that's an oxy-moron, asking for help accessing a web service, but you can't even get to the web service, so the web service has nothing to do with your problem, because your not even there yet.

So I'm looking at a stack trace for no reason here.

404 means the HTTP request could not be made, the rest of the trace says it sent the request, but no response was delivered. So the request went somewhere on port 80, or else it would of stalled for a very long time with a page not found error. if no port 80 was there, it would be an instant return.

http://en.wikipedia.org/wiki/HTTP_404[^]

in D:\source\SourceCode\StayatWork-VS2010\WA.LNI.StayatWork.Public.UI\RetroMembersV1WSDLSOAP_HTTP_Service.vb:line 48


The stack trace means nothing at this point,

Can't really help you here, you need to help yourself,

try elimination first, use a different url to test on, to see if you can get through the peoxy.

test the web service on your browser, with proxy on, to see if it comes up.

it might be something dumb, like a wrong value.

If you can't hit the breakpoint, set the point higher, and walk through it using F11, I know it painful to walk, but that's the only way your going to find it.
GeneralRe: Accessing IBM Webservice in ASP.Net application Pin
indian14326-Sep-12 11:24
indian14326-Sep-12 11:24 
Questionhow can see different different content in div on same page after click on menu in asp.net mvc 3 Pin
zdeep_gill26-Sep-12 4:08
zdeep_gill26-Sep-12 4:08 
AnswerRe: how can see different different content in div on same page after click on menu in asp.net mvc 3 Pin
n.podbielski28-Sep-12 0:25
n.podbielski28-Sep-12 0:25 
QuestionTo Web Pages or not to Web Pages? Pin
Oshtri Deka26-Sep-12 1:05
professionalOshtri Deka26-Sep-12 1:05 
AnswerRe: To Web Pages or not to Web Pages? Pin
John-ph26-Sep-12 3:09
John-ph26-Sep-12 3:09 
GeneralRe: To Web Pages or not to Web Pages? Pin
Oshtri Deka26-Sep-12 11:12
professionalOshtri Deka26-Sep-12 11:12 
GeneralRe: To Web Pages or not to Web Pages? Pin
John-ph26-Sep-12 18:24
John-ph26-Sep-12 18:24 
AnswerRe: To Web Pages or not to Web Pages? Pin
Dylan Morley26-Sep-12 5:04
Dylan Morley26-Sep-12 5:04 
GeneralRe: To Web Pages or not to Web Pages? Pin
n.podbielski28-Sep-12 0:27
n.podbielski28-Sep-12 0:27 
Questiondateformat Pin
suriyakaqnnan25-Sep-12 19:09
suriyakaqnnan25-Sep-12 19:09 
AnswerRe: dateformat Pin
Sandeep Mewara25-Sep-12 20:25
mveSandeep Mewara25-Sep-12 20:25 
GeneralRe: dateformat Pin
suriyakaqnnan25-Sep-12 20:46
suriyakaqnnan25-Sep-12 20:46 
GeneralRe: dateformat Pin
Sandeep Mewara25-Sep-12 20:52
mveSandeep Mewara25-Sep-12 20:52 
GeneralRe: dateformat Pin
Albarhami26-Sep-12 20:39
Albarhami26-Sep-12 20:39 
GeneralRe: dateformat Pin
KiranKumar Roy14-Oct-12 3:07
KiranKumar Roy14-Oct-12 3:07 
AnswerRe: dateformat Pin
Albarhami25-Sep-12 23:18
Albarhami25-Sep-12 23:18 
Questionlogin Pin
suriyakaqnnan25-Sep-12 19:06
suriyakaqnnan25-Sep-12 19:06 

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.