Hi everyone,
I'm using sharePoint online and I want to add a new button for log out. I added this in my <asp:Content ContentPlaceHolder>
<a href="/_layouts/SignOut.aspx">Log out</a>
but I got 500 error. why is that?
thank you!
Hi everyone,
I'm using sharePoint online and I want to add a new button for log out. I added this in my <asp:Content ContentPlaceHolder>
<a href="/_layouts/SignOut.aspx">Log out</a>
but I got 500 error. why is that?
thank you!