Click here to Skip to main content
15,883,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Why I am getting a windows security Pop Up on accessing pages with in a report folder with aspx and rpt files in an asp.net application in IIS 7.5?
All aspx pages under other folders and subfoldersare accessible.But for the report folder windows security window pops up and If the credentials are entered then on accessing those pages with in folder with issue, resource not found error comes. All other pages with in other folders are accessible and no windows security pop up comes. The site is accessed via internal ip address.We are using forms authentication mode and all users are allowed access under the authorization part in web.config. permissions are set for the report folder too. Crystal Report Version we are using is 10.2.3600.0

In web.config authentication and authorization tags are set as follows:
XML
<authentication mode="Forms"> 
            <forms name="CLIAUTH" path="/" loginUrl="Login.aspx" protection="All" timeout="30"/>
        </authentication>

<authorization>
<allow users="*">
Posted
Updated 6-Apr-14 20:59pm
v7

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