Hi DotNetChano,
it's working here, just pasted it in a new page and used it to log in and then log out, no problems.
Try pasting it into a new page and test it out in the root directory.
Lan ";0)
Main Topics
Browse All TopicsMy logout button is not working with <asp:LoginStatus>... When clicked the page does nothing, no refresh no redirect, nothing!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
That's the thing I forgot to mention.
I have it in the top of my master pages. I use one master page for unauthenticated users and a diff one for users that are logged in. The one in my unauthed user works fine and routes to login page. Yet the one that is on the page for logged in users doesn't work. Hope this makes sense, I'm on my bb and can't read over my writing easily
Hi DotNetChano,
You can put the code in the Page_Load event in your code behind page.
I have attempted to convert my vb code to C# for you.
References:
try-catch (C# Reference)
http://msdn.microsoft.com/
FormsAuthentication..::.Si
http://msdn.microsoft.com/
Lan "0)
Business Accounts
Answer for Membership
by: teebonPosted on 2009-10-06 at 20:02:34ID: 25511935
Hi DotNetChano,
Is the file Default.aspx at the same level with the page you trying to logout?