473,394 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

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 ??
Nov 17 '05 #1
0 894

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Dayakar | last post by:
hi Everyone, i am 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
0
by: Dayakar | last post by:
hi Everyone, i am 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
1
by: Jeff B | last post by:
I'm trying to create a simple screen scraping application and I kept getting a System.Net.WebException thrown back with a message of "The operation has timed-out." At first I thought it was some...
4
by: Terry | last post by:
Hello, I am trying to get a response for an .aspx page in my current project (same virtual directory) by using WebRequest.GetResponse but I keep getting a exception with "500 Internal server...
4
by: =?Utf-8?B?SmltIE93ZW4=?= | last post by:
Hi, I've run into a set of errors I don't understand coming back from HttpWebRequest.GetResponse, In one case, null is returned from the request without an Exception and in the other the request...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.