Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
hs123456
Starting Member
6 Posts |
Posted - 2010-08-13 : 11:30:47
|
We just moved to SSRS 2008, and I am trying to connect to a report on the report server from an asp.net app on Test Server (Win Server 2003) and I am getting "Unable to connect to the remove server" error message with the stack trace below. I can connect and view the report from my local machine. at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at SQL2008DEVExecution.ReportExecutionService.LoadReport(String Report, String HistoryID) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\rent\65e188ca\1f092b11\App_WebReferences.0barlei7.2.cs:line 266 at PreviewInvoice.btnViewReport_Click(Object sender, EventArgs e) in D:\website\Test\Regular Web Sites\apps\rent\PreviewInvoice.aspx.vb:line 108 Any suggestions on how to fix this? |
|
|
|
|