You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add an extra .aspx page to the project, I can't access it. Is this a configuration issue or something else, i.e. does it need to be configured somewhere like the logon.aspx page is configured in the web.config in the reportserver directory (as below):
When I add an extra .aspx page to the project, I can't access it. Is this a configuration issue or something else, i.e. does it need to be configured somewhere like the logon.aspx page is configured in the web.config in the reportserver directory (as below):
<authentication mode="Forms">
<forms loginUrl="logon.aspx" name="sqlAuthCookie" timeout="60" path="/"> </forms>
</authentication>
The text was updated successfully, but these errors were encountered: