
We are in the process of upgrading to 7.0.23.0 and are having issues getting the header links to render correctly. Basically, I am NOT seeing the signin button, and the signout link renders in the dropdown (once user is authenticated) but the url does not generate correctly.
We are using MembershipProvider authentication and I have the following settings in place that should make this work:
Authentication/Forms/Enabled = true
The URL's exist and the functionality work for /login/ and /account-signout/ but I have no idea why the header is not generating.
I've added Header/OutputCache/Enabled = false to the site settings, and that has no effect.
In the Views\Shared\HeaderNavbar.ascx I can see the lines of code that SHOULD generate these items but all of them return null.
Any advice would be greatly appreciated!
Many thanks
*This post is locked for comments
I have the same question (0)