Re: streaming reports from report services
Brought to you by:
wrowe
From: David M. <wo...@su...> - 2008-10-20 20:06:52
|
<HTML> <P>Thanks, Joe. I sent a question to the mod-aspdotnet-users list. I guess you're subscribed, too.</P> <P>I do ASP.NET development on my workstation. If that was all I'd just keep using IIS. Works good for that. But I'm starting to do PHP development, too. No problem getting PHP to run on IIS, either.</P> <P>For PHP I'm using Eclipse with a plug-in, and it's integrated with Apache. I need to get everything to work on Apache if possible.</P> <P>I have no problem serving any of my applications created with Visual Web Developer 2005, except streaming reports. The report is created, but when it tries to stream out, the page says the server is not configured properly. In code he response is cleared, an attachment header written, the byte content of the report written, then the response is closed. This is how I do it through IIS. I may have to do it differently through Apache.</P> <P>So, I want to use Apache for PHP development, but I also need Apache to serve out my ASP.NET applications that have streaming reports.</P> <P><BR> -- <BR> dgm <BR> <BR> <BR> <B>On Mon Oct 20 11:59 , 'Bigjoe11a' <BIG...@GM...>sent:<BR> <BR> </P></B> <BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #f5f5f5 2px solid; MARGIN-RIGHT: 0px"><DEFANGED_META content="text/html; charset=iso-8859-1" http-equiv="Content-Type"><DEFANGED_META content="IncrediMail 1.0" name="GENERATOR"><DEFANGED_BODY style="BACKGROUND-POSITION: left 0px; FONT-SIZE: 12pt; MARGIN: 0px 10px 10px; COLOR: #00005b; BACKGROUND-REPEAT: repeat; FONT-FAMILY: Arial" ORGYPOS="0" SIGCOLOR="0" scroll="yes" background="mime.pl?file=BackGrnd-1.jpg" bgColor="#eff3f7" text="#00005b"> <TABLE id=INCREDIMAINTABLE cellSpacing=0 cellPadding=2 width="100%" border=0> <TBODY> <TR> <TD id=INCREDITEXTREGION style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12pt; PADDING-BOTTOM: 0px; CURSOR: auto; PADDING-TOP: 0px" vAlign=top width="100%"> <DIV>Ok, David, I have no idea why your sending this too me. Your going to have to give me an idea why.</DIV> <DIV> </DIV> <DIV>Any way you have to remember that Apache doesn't support asp.net 2.0. How ever Apache does run asp.net 2.0. But it very limited on what it will do.</DIV> <DIV> </DIV> <DIV>You should do is download Cassni Web Server. It supports ASP.NET 2.0 and Ajax.</DIV> <DIV> </DIV> <DIV>I won't run asp.net 2.0 on Apache..</DIV> <DIV> </DIV> <DIV>Use Cassini Web Server.</DIV> <DIV> </DIV> <DIV>Thanks</DIV> <DIV>Joe</DIV> <DIV> </DIV></TD></TR> <TR> <TD id=INCREDIFOOTER width="100%"></TD></TR></TBODY></TABLE></BLOCKQUOTE></HTML> <BR> |