ASP.NET Error

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top