Ask a Question related to ASP.NET General, Design and Development.
-
Dayakar #1
GetResponse() Error in .NET 2003
hi Everyone,
i have working now with Visual Studio .NET 2003.
Namespaces used
using System;
using System.Net;
using System.xml;
Code Lines in Page_Load Event For a Web Page
WebRequest myRequest = WebRequest.Create
("http://radio.weblogs.com/0126361/rss.xml") ;
myRequest.Timeout = 100000;>> WebResponse myResponse = myRequest.GetResponse();
XmlTextReader myReader = new XmlTextReader
(myResponse.GetResponseStream());
XmlDocument doc = new XmlDocument
();
doc.Load(myReader);
Error Occured while Browsing the Page
The underlying connection was closed: Unable to connect
to the remote server
but the same content of Code Lines is working in First
Release of Visual studio .NET
Its not working in Visual Studio .NET 2003
Do anyone have solution for this ??
Dayakar Guest
-
HttpWebResponse GetResponse
I have an error below. is there any idea about it. Dim Req As HttpWebRequest =... -
Windows 2003 IIS error
Hi. Can anyone tell me what the below error means and if there is a fix for it. Thanks,(Windows 2003) Please reply to my e-mail address... -
Error In Win Server 2003
Hi, could anybody tell me why my server keep on come out with this error in event viewer. " Faulting application wfshell.exe, version 2.3.1467.1,... -
HttpWebRequest.GetResponse returns 404 No Found error
I have a windows client app that is trying to download a file from a web server but I always get the following error when I call the GetResponse... -
VS.NET 2003 - error creating web project
Hi, I have just installed the server components of Visual Studio 2003 Enterprise Architect Edition on a server with Windows 2000 Advanced Server...



Reply With Quote

