Getting problem to show the images and sqlpartmenu properly after adding
<authentication mode="Forms">
<forms name=".ASPXFORMSDEMO" loginUrl="login/login.aspx" protection="All" path="/" timeout="30"/>
</authentication>
in the web.config.
I don't know how these lines of code cause the error, i am wondering if it's because i am using master page and crash with the form there....
Please help .
Thank you
Offline
I think this can be solved by allow un-authenticated user access images folder.
Add a <location> section point to the folder in web.config, configure <authentication> separatly.
Offline