Click here to Skip to main content
15,902,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Members,

We have two servers
1) Application server(IIS)
2) Database server(ms sql server)

One of the reports in the application is complex and takes time to load which leads to server timeout error and many more.
Hence thinking of building same report in ssrs.

report access has to be given to client, therefore report need to be hosted on application server.

So will it be possible to host ssrs report on iis server.
After doing some research on internet, its found that ssrs report can only run on those servers which have ssrs services installed.



1) will it be possible to host ssrs report on iis server ?
2) Is it necessary to have ssrs services to run SSRS reports ?
Posted
Updated 28-Dec-13 4:02am
v2

1 solution

Yes, of course. You have to install it, that's all. And yes, you need SSRS installed to offer SSRS reports.

SSRS is not great, and it won't speed up your reports, the speed issue is almost certainly your data layer, which SSRS will also use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900