ASP.NET Error

G

Guest

The remote server returned an error: (500) Internal Server Error.
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 originated in the code.

Exception Details: System.Net.WebException: The remote server returned an
error: (500) Internal Server Error.

Source Error:


Line 30: //httpstream.Read(buf,0,buf.Length);
Line 31: httpstream.Close();
Line 32: HttpWebResponse httpresp =
(HttpWebResponse)objRequest.GetResponse();
Line 33:
Line 34: //int count = httpstream.Read(buf,0,buf.Length);


Raj
 
A

Alvin Bruney [MVP - ASP.NET]

is there a question in there somewhere? cuz i couldn't find it...

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top