I have recently tried to change the forms authentication tag on my web.config and i noticed that all the radmenus now hve disapread, i then change back the web config and remove the domain attribute and they work now normal.
Do anyone knows why this happens?
<authentication mode="Forms">
<forms name="appname" loginUrl="login.aspx" timeout="480" domain="domain.com" />
</authentication>
Do anyone knows why this happens?
<authentication mode="Forms">
<forms name="appname" loginUrl="login.aspx" timeout="480" domain="domain.com" />
</authentication>