Posted on: 12/19/2013 12:02:10 AM | Views : 755

I  generated a url with Querystrings:
www.mysite.com/Site.aspx?ids=1234&user=abcd
In my code:
        ids1 = Request.QueryString("ids")         user1 = Request.QueryString("user")
to extract the data.
Error code:

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 74.111.222.33:44 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it or ...

Go to the complete details ...