Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to display data from the database in three columns? Pin
mr_muskurahat30-Mar-09 23:55
mr_muskurahat30-Mar-09 23:55 
AnswerRe: How to display data from the database in three columns? Pin
i gr830-Mar-09 23:55
i gr830-Mar-09 23:55 
GeneralRe: How to display data from the database in three columns? Pin
Subin Alex31-Mar-09 0:01
Subin Alex31-Mar-09 0:01 
GeneralRe: How to display data from the database in three columns? Pin
anilpal31-Mar-09 0:58
anilpal31-Mar-09 0:58 
AnswerRe: How to display data from the database in three columns? Pin
kumar_k50831-Mar-09 1:13
kumar_k50831-Mar-09 1:13 
GeneralRe: How to display data from the database in three columns? Pin
Subin Alex31-Mar-09 1:38
Subin Alex31-Mar-09 1:38 
AnswerRe: How to display data from the database in three columns? Pin
vinodkrebc31-Mar-09 1:47
vinodkrebc31-Mar-09 1:47 
QuestionUnable To Connect To remote Server problem Pin
Roi198130-Mar-09 23:31
Roi198130-Mar-09 23:31 
hey guys

i have this Exception when i try to call web methos in remote biz-talk server

i can work for a few hours\days but this exception start appering when there is alot of work around this biz-talk

i searched the web and found this article

http://msdn.microsoft.com/en-us/library/aa560610.aspx

is there any this alse to do agains it ?

i dont want to mess with this registry things.. Confused

can i add somthig to my web.config file to avoid this exceptions ?

please help me im desperate

i tried this code but no luck for some reason

protected override System.Net.WebRequest GetWebRequest(Uri uri)
{
System.Net.HttpWebRequest webRequest = (System.Net.HttpWebRequest)base.GetWebRequest(uri);
webRequest.KeepAlive = false;
webRequest.ProtocolVersion = System.Net.HttpVersion.Version10;
return webRequest;
}


P.S

here is the Exception Details:

System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted xxx.xxx.xxx.xx:80 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Bezecom.Logic.BezeqWebService.Callware.getUserDetails(String extension, String password) at Bezecom.Logic.BusinessLogicLayer.Managers.BezeqWSManager.GetUserDetails(String Extension, String Password)
AnswerRe: Unable To Connect To remote Server problem Pin
anilpal31-Mar-09 1:00
anilpal31-Mar-09 1:00 
GeneralRe: Unable To Connect To remote Server problem Pin
Roi198131-Mar-09 2:04
Roi198131-Mar-09 2:04 
QuestionCopy forms? Pin
Karthick_gc30-Mar-09 23:17
Karthick_gc30-Mar-09 23:17 
AnswerRe: Copy forms? Pin
mr_muskurahat30-Mar-09 23:58
mr_muskurahat30-Mar-09 23:58 
AnswerRe: Copy forms? Pin
ais0731-Mar-09 0:26
ais0731-Mar-09 0:26 
Questionconversion problem Pin
saravanan0530-Mar-09 23:06
saravanan0530-Mar-09 23:06 
AnswerRe: conversion problem Pin
SeMartens30-Mar-09 23:08
SeMartens30-Mar-09 23:08 
AnswerRe: conversion problem Pin
vinodkrebc31-Mar-09 1:50
vinodkrebc31-Mar-09 1:50 
Questionimage not display Pin
saravanan0530-Mar-09 23:04
saravanan0530-Mar-09 23:04 
AnswerRe: image not display Pin
anilpal31-Mar-09 1:08
anilpal31-Mar-09 1:08 
AnswerRe: image not display Pin
Ibrahim Bello31-Mar-09 4:33
Ibrahim Bello31-Mar-09 4:33 
QuestionGridview : Need help about it [modified] Pin
diacoboss30-Mar-09 22:45
diacoboss30-Mar-09 22:45 
AnswerRe: Gridview : Need help about it Pin
Greg Chelstowski30-Mar-09 23:55
Greg Chelstowski30-Mar-09 23:55 
GeneralRe: Gridview : Need help about it Pin
diacoboss31-Mar-09 0:10
diacoboss31-Mar-09 0:10 
AnswerRe: Gridview : Need help about it Pin
anilpal31-Mar-09 1:21
anilpal31-Mar-09 1:21 
AnswerRe: Gridview : Need help about it Pin
vinodkrebc31-Mar-09 1:54
vinodkrebc31-Mar-09 1:54 
GeneralRe: Gridview : Need help about it Pin
diacoboss31-Mar-09 3:39
diacoboss31-Mar-09 3:39 

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.