Click here to Skip to main content
15,890,557 members
Home / Discussions / Web Development
   

Web Development

 
Question[modified]To set the borders of the layers in javascript. Pin
gopal_Pandey13-Oct-07 5:17
gopal_Pandey13-Oct-07 5:17 
AnswerRe: set layers border using javascript Pin
Guffa13-Oct-07 6:33
Guffa13-Oct-07 6:33 
AnswerRe: set layers border using javascript Pin
Hesham Amin13-Oct-07 22:41
Hesham Amin13-Oct-07 22:41 
QuestionDigest Authentication NIGHTMARE Pin
erikkl200012-Oct-07 17:31
erikkl200012-Oct-07 17:31 
QuestionChange Textbox Color Using Javascript Pin
stormcandi12-Oct-07 11:27
stormcandi12-Oct-07 11:27 
AnswerRe: Change Textbox Color Using Javascript Pin
Guffa13-Oct-07 0:44
Guffa13-Oct-07 0:44 
GeneralRe: Change Textbox Color Using Javascript Pin
stormcandi15-Oct-07 10:54
stormcandi15-Oct-07 10:54 
Questionrequest.GetResponse() problem Pin
Borryz12-Oct-07 1:44
Borryz12-Oct-07 1:44 
I'm using this code:

HttpWebRequest req = (HttpWebRequest)WebRequest.Create(pageAddress);
HttpWebResponse rsp = (HttpWebResponse)req.GetResponse();

in WindowsForms application, to get a page source. Everything works fine, when I run my app in debug mode (Visual Studio uses app.vshost.exe), but when I run it without VS, I get exception:

System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it
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)


I will really appreciate any help.

borryz
AnswerRe: request.GetResponse() problem Pin
kubben12-Oct-07 2:09
kubben12-Oct-07 2:09 
GeneralRe: request.GetResponse() problem Pin
Borryz12-Oct-07 3:23
Borryz12-Oct-07 3:23 
AnswerRe: request.GetResponse() problem Pin
Vasudevan Deepak Kumar12-Oct-07 2:45
Vasudevan Deepak Kumar12-Oct-07 2:45 
GeneralRe: request.GetResponse() problem Pin
Borryz12-Oct-07 3:29
Borryz12-Oct-07 3:29 
QuestionYAHOO.widget.AutoComplete Pin
ankushmn12-Oct-07 0:01
ankushmn12-Oct-07 0:01 
QuestionLogout problem Pin
abhishek.mumbai11-Oct-07 23:40
abhishek.mumbai11-Oct-07 23:40 
AnswerRe: Logout problem Pin
Hesham Amin13-Oct-07 22:43
Hesham Amin13-Oct-07 22:43 
AnswerRe: HTTP 500 - Internal server error. Pin
Vasudevan Deepak Kumar12-Oct-07 2:43
Vasudevan Deepak Kumar12-Oct-07 2:43 
QuestionJavascript : Similar to match Pin
ss.mmm11-Oct-07 5:21
ss.mmm11-Oct-07 5:21 
AnswerRe: Javascript : Similar to match Pin
andyharman11-Oct-07 6:44
professionalandyharman11-Oct-07 6:44 
Questionfree lancing Pin
Kartik Rathi11-Oct-07 1:20
Kartik Rathi11-Oct-07 1:20 
AnswerRe: free lancing Pin
Vasudevan Deepak Kumar12-Oct-07 2:44
Vasudevan Deepak Kumar12-Oct-07 2:44 
QuestionIE7 and Firefox appearance conflict Pin
Dave2560011-Oct-07 0:10
Dave2560011-Oct-07 0:10 
AnswerRe: IE7 and Firefox appearance conflict Pin
Guffa13-Oct-07 0:50
Guffa13-Oct-07 0:50 
Questionhow to build asp. net c# application using nant builder Pin
balpanbh10-Oct-07 22:44
balpanbh10-Oct-07 22:44 
AnswerRe: how to build asp. net c# application using nant builder Pin
Scott Dorman11-Oct-07 4:38
professionalScott Dorman11-Oct-07 4:38 
Questionwhile printing the web page , first line of every new page getting missed Pin
AVN.Raju10-Oct-07 2:45
AVN.Raju10-Oct-07 2:45 

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.