I believe the prob you describe has been addressed in the 4.3.X version, but since this is a BETA I wouldn't suggest this to you.
There are third party controls which are out there, I bought one, but I think for what you have to do that they are way overkill.
You could have two home pages which I have on one of my sites.
Example:
Each module allows you to set visability for registered users or non-registered users.
On the home page you have a text/html mod. Set the vis on it to non-reg users. Add a second below and set it to vis for reg users only. Do this for the other mods.
When a logged on user arrives they see the reg mods. The non-reg people will only see the non-r mods.
It's a bit of a workaround but it is free and hopefully 4.3.X will correct this prob since ASP.NET 2.0 which this is built on, has a simple test for membership and roles.
Here is a mod that $20 USD that may be the ticket. Never used it so make sure you test it before deploying:
http://www.tigercodes.com/Products/...fault.aspxFinally here's another solution to check and I believe it's free:
http://bhaidar.net/cs/blog/archive/...6/271.aspxGood luck.