I am trying to render a report developed on CRM on an adxstudio portal web page, and I am being prompted to enter the credentials every time I open the portal, knowing that the report is desired to be rendered and viewed for public. below is my code:
<img src="actvetsrv/.../ReportViewer.aspx;rs:Command=Render&rc:Toolbar=false&rs:Format=IMAGE&rc:OutputFormat=JPEG&rc:Zoom=Page+Width&rs:ClearSession=true" alt="E-Services Satisfaction" id="imgEServiceSurvey" runat="server" style='height: 100%; width: 100%;'>
Is there a way to bypass the authentication? Knowing that Windows Authentication is Enabled for CRM Application on IIS?
*This post is locked for comments