Re: Problem with second site
Hi Jan,
It looks like you are using mojoPortal.Web.PostBackMenu which no longer exists. I originally added this a while back because using the CSS adapter for the asp.net menu caused postback to not work so I created this alternate class to use the asp.net menu without the css adapter. Since then I created mojoMenu which inherits from asp.net menu and changed the css adapter to only override the rendering of mojoMenu and not asp.net menu.
So the fix is, anywhere you were using PostBackMenu just change it to use regular ASP.NET Menu and it should work fine.
Joe