A
Aleks Kleyn
I prepared sql server report 2008 and want to show it in asp page. When
visual studio is opened for project I can open add web service. Puting URL
for report I can see it without problem. It is does not matter i opened VS
as administrator or as regulat user.
To see report on web page I wrote code
<iframe
src="http://localhost/ReportServer/Pages/ReportViewer.aspx?/Vocab/erVocab&rs:Command=Render"
style="width:100%; height:1400" runat="server">
</iframe>
However when I brows report from IIS 7.0 it responds
The permissions granted to user '...' are insufficient for performing this
operation. (rsAccessDenied)
what kind of setting of web page i need to change in order to see report.
thank you.
visual studio is opened for project I can open add web service. Puting URL
for report I can see it without problem. It is does not matter i opened VS
as administrator or as regulat user.
To see report on web page I wrote code
<iframe
src="http://localhost/ReportServer/Pages/ReportViewer.aspx?/Vocab/erVocab&rs:Command=Render"
style="width:100%; height:1400" runat="server">
</iframe>
However when I brows report from IIS 7.0 it responds
The permissions granted to user '...' are insufficient for performing this
operation. (rsAccessDenied)
what kind of setting of web page i need to change in order to see report.
thank you.