asp.net reporting service The request failed with HTTP status 401: Access Denied.
How to resolve this issue?
| Code: |
reportViewer1.ShowCredentialPrompts = False reportViewer1.ServerReport.ReportServerCredentials = New NetworkCredential("username", "password") |