System.Net.WebException:The request was aborted.The operation was timed out
Experts there is this SQL Reporting 2000 that i am dealing with here. When i press the submit button to generate report, after like a 2 or 4 minute gap i get this exception.
Any ideas ? I found this article but i do not know how to apply it to my scenario.
Looks like the Render() method is making a web service call to a server that is not available. You might try figuring out what the URL is of the web method and calling it in the browser.
It doesn't sound like it can be a problem with your code.
dotnetpro
ASKER
Actually it is i think referring to url http://localhost/ReportServer/ReportService.asmx
Now when i go to IIS, default web site, right click on ReporServer and select browse it list the directory contents.I think that should be the problem according to what you saying.
ChetOS82
What happens if you go to that address in your web browser?
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
dotnetpro
ASKER
Ok now when i browse it shows all XML. Not any list of web methods..
It doesn't sound like it can be a problem with your code.