hi,
i am trying to create a custom master page.
created a vs 2010solution, added a module and copied the starter master page from Randy. [wanna deploy as a a feature]
<!-- Starter Master Page by Randy Drisgill (http://blog.drisgill.com) - Oct. 7, 2010 -->.................................
this is my elements.xml file
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Module Name="myCustomMasterPageModule" Url="_catalogs/masterpage" List="116"></Module></Elements>
so i have deployed this to my local farm. but when i naviagte to sitefeatures, allpages, lists, libraries, etc i am getting server error in application:
requested url :sites/mysitecollec/_catalogs/masterpage/Forms/AllItems.aspx
pls help why i am getting this error :
should i make ANY CHANGES to the starter master page