I need to rename the user.aspx file in the 14 hive layouts directory in a feature event receiver. Is this possible ...if so...how?
OK - Bad idea....This is what i want to do: I have a custom solution where i use a custom master with default content in ContentPlaceHolderId="PlaceHolderLeftNavBar". I want this nav bar to be ALWAYS used. However there are some pages like user.aspx in the LAYOUTS that have their own asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar". Is there a way to do this? I.e. force it to use the default content regardless.
TIA