I need to set the homepage to default.aspx in my FeatureActivated event receiver. I tried
rootWeb.RootFolder.WelcomePage = "default.aspx";
rootWeb.RootFolder.Update();
but that doesn't seem to be working...this HAS to work in Sharepoint Foundation....i have seen some methods that are not compatible with foundation?
TIA