Click here to Skip to main content
15,884,628 members
Home / Discussions / C#
   

C#

 
GeneralRe: The Random Class Pin
PIEBALDconsult16-Aug-13 13:33
mvePIEBALDconsult16-Aug-13 13:33 
GeneralRe: The Random Class Pin
Pete O'Hanlon16-Aug-13 3:59
mvePete O'Hanlon16-Aug-13 3:59 
GeneralPDF area selection Pin
Mercurius8415-Aug-13 18:34
Mercurius8415-Aug-13 18:34 
GeneralRe: PDF area selection Pin
Mycroft Holmes15-Aug-13 19:25
professionalMycroft Holmes15-Aug-13 19:25 
GeneralRe: PDF area selection Pin
Mercurius8416-Aug-13 0:24
Mercurius8416-Aug-13 0:24 
GeneralRe: PDF area selection Pin
Sivaraman Dhamodharan15-Aug-13 23:57
Sivaraman Dhamodharan15-Aug-13 23:57 
GeneralRe: PDF area selection Pin
Mercurius8416-Aug-13 0:28
Mercurius8416-Aug-13 0:28 
QuestionTCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions 17.21.11.17:8080 Pin
BalasubramanianK15-Aug-13 4:28
BalasubramanianK15-Aug-13 4:28 
Hi,

I have an windows application. On button click, I call a service called ServiceA (ServiceA is in my local machine). From ServiceA's method, I hit database and retrieve some records. After retrieved, I call another WCF service called ServiceB (ServiceB is availabled in another machine within network). I have added ServiceB's proxy files in my ServiceA's project. endpoints and bindings are added in wwwroot\web.config. When I try to consume ServiceB's method, I am getting the following error.

Could not connect to http://tde017:8080/AdapterService/AdapterService.svc. TCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions 17.21.11.17:8080

Previously, it throws with the port number 80. I configured the another port 8080. Now error is throwing with 8080.

But, If I consume the serviceB directly from my windows application, I am getting response. If I go through another service, I am getting error.

I tried many scenarios. But, still I could not get solution. Any one help me on this....

Thanks in advance.

Regards,
Bala
Balasubramanian K.

SuggestionRe: TCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions 17.21.11.17:8080 Pin
Richard MacCutchan15-Aug-13 4:37
mveRichard MacCutchan15-Aug-13 4:37 
QuestionMulti-Threading PinPopular
bh_15-Aug-13 2:54
bh_15-Aug-13 2:54 
AnswerRe: Multi-Threading Pin
Garth J Lancaster15-Aug-13 3:26
professionalGarth J Lancaster15-Aug-13 3:26 
AnswerRe: Multi-Threading Pin
Ravi Bhavnani15-Aug-13 5:02
professionalRavi Bhavnani15-Aug-13 5:02 
GeneralRe: Multi-Threading Pin
bh_15-Aug-13 21:17
bh_15-Aug-13 21:17 
GeneralRe: Multi-Threading Pin
Ravi Bhavnani16-Aug-13 5:36
professionalRavi Bhavnani16-Aug-13 5:36 
GeneralRe: Multi-Threading Pin
bh_16-Aug-13 5:41
bh_16-Aug-13 5:41 
AnswerRe: Multi-Threading Pin
Forbiddenx16-Aug-13 8:13
Forbiddenx16-Aug-13 8:13 
AnswerRe: Multi-Threading Pin
Septimus Hedgehog16-Aug-13 9:38
Septimus Hedgehog16-Aug-13 9:38 
QuestionASP.NET C# Custom Control with Postback. Pin
Forbiddenx14-Aug-13 3:29
Forbiddenx14-Aug-13 3:29 
AnswerRe: ASP.NET C# Custom Control with Postback. Pin
OriginalGriff14-Aug-13 3:41
mveOriginalGriff14-Aug-13 3:41 
GeneralRe: ASP.NET C# Custom Control with Postback. Pin
Richard MacCutchan14-Aug-13 3:43
mveRichard MacCutchan14-Aug-13 3:43 
SuggestionRe: ASP.NET C# Custom Control with Postback. Pin
Richard MacCutchan14-Aug-13 3:42
mveRichard MacCutchan14-Aug-13 3:42 
GeneralRe: ASP.NET C# Custom Control with Postback. Pin
Forbiddenx14-Aug-13 3:51
Forbiddenx14-Aug-13 3:51 
GeneralRe: ASP.NET C# Custom Control with Postback. Pin
Richard MacCutchan14-Aug-13 4:29
mveRichard MacCutchan14-Aug-13 4:29 
GeneralRe: ASP.NET C# Custom Control with Postback. Pin
Chris Maunder14-Aug-13 4:40
cofounderChris Maunder14-Aug-13 4:40 
AnswerRe: ASP.NET C# Custom Control with Postback. Pin
Richard Deeming14-Aug-13 3:47
mveRichard Deeming14-Aug-13 3:47 

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.