Error CS0501 and SharePoint

Last week when deploying some SharePoint solutions, I got error CS0501 thrown on my plate: ULS told me nothing more: System.Web.HttpCompileException: c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\ep\EPErrorPage.aspx(16): error CS0501: ‘ASP._layouts_ep_eperrorpage_aspx.UseDefaultResourceValue.get’ must declare a body because it is not marked abstract or extern

Finally: THE way to add web.config modifications to SharePoint

As most of you (should) know, SharePoint farms can have more than 1 WFE (web front end) server, each with its instance of the web applications available in the farm. For example, if you have 3 WFE’s and 2 web applications, each WFE could provide either or both of the web applications. Each of those … More Finally: THE way to add web.config modifications to SharePoint