January 30, 2015 at 9:11 am
Is an application pool require in IIS for my SSRS reports If I'm having the users click on a web link to get to the reports.
January 30, 2015 at 11:23 am
No, there is no dependency on IIS for reporting services whatsoever
If you are hosting this link from a web application, then the web application will/should have its own application pool
______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience
January 30, 2015 at 12:06 pm
I didn't think so, but I though I ask however I was wondering why reports come up looking like a DOS Directory and not the SSRS background/look-feel.
January 30, 2015 at 12:40 pm
That's because you are serving them the wrong link 😀
My guess is you are giving them the web service URL - something like:
http://<<SSRSServerName>>[/b%5D/ReportServer
But you should be using the Report Manager URL:
http://<<SSRSServerName>>[/b%5D/Reports
Which will actually redirect them to the link below anyway:
http://<<SSRSServerName>>[/b%5D/Reports/Pages/Folder.aspx
______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience
January 30, 2015 at 1:13 pm
Thank you Wise One, that was it.
January 30, 2015 at 1:14 pm
No problem, glad that helped
______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply