On 26/05/2011 7:16, manusaroch wrote:
> Please help me urgent:- 

If it's urgent, why didn't you subscribe to the mailing list?
See rule #3 of the policy for asking questions: http://lowagie.com/rule1
By the way, there's also rule #5: using the word URGENT is forbidden.
Finally, there's rule #2: we need to be able to reproduce the problem.
If we can test something and it works, then it's not an iText problem.
In your case, we don't need to test anything, because you say:

> with itext sharp it is working on local server and some public ip

You have just proven that the problem is NOT related to iTextSharp.

> A connection attempt failed because the connected party did not 
> properly respond after a period of time, or established connection 
> failed because connected host has failed to respond 123.108.34.163:80 
> Description: An unhandled exception occurred during the execution of 
> the current web request.

So you have a connection problem.
Maybe the server on which the problem occurs has no permission to make a 
connection.
Maybe the connection is refused by the third party server.
Plenty of things could be wrong, none of which are caused by iTextSharp.

> Please review the stack trace for more information about the error and 
> where it originated in the code. Exception Details: 
> System.Net.Sockets.SocketException: A connection attempt failed 
> because the connected party did not properly respond after a period of 
> time, or established connection failed because connected host has 
> failed to respond 123.108.34.163:80

This is a typical "timeout" error message.
Please write a code sample that doesn't involve iTextSharp, but that 
tries to connect to the server using:

> System.Net.HttpWebRequest.GetResponse()

You will see that the same error occurs.
If the same error occurs in an application that doesn't involve 
iTextSharp, then the problem is NOT caused by iTextSharp.
You should debug the iTextSharp-less application first. That is 
off-topic on the iText mailing list.


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to