Click here to Skip to main content
16,011,815 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i am facing on problem when i apply authentication and authorization like this
XML
<authentication mode="Forms">         
 <forms loginUrl="Login.aspx" defaultUrl="YourDeafult.aspx">
 </forms>   
</authentication>
       <authorization>
          <deny users="?" />
       </authorization>

then my design page is not working. when i remove
C#
<authorization>
    <deny users="?" />
    </authorization>

then i get my design.
so how can i fixed it.


I am very thankful to you if you reply me.
Thanks
Posted
Updated 21-Aug-13 21:57pm
v2

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