How change layout of AccessDenied.aspx site

Posted by Leszek Polnik | Posted in | Posted on 04:27

0

If You want branding AccessDenied.aspx (_layouts) site You should make modifications in "simple.master". Like most master pages, the simple.master controls the look and feel or more than just a single page. In fact, it controls the look and feel of seven pages in the _layouts folder:

 "C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS

 AccessDenied.aspx

Confirmation.aspx

Error.aspx

Login.aspx

ReqAcc.aspx

Signout.aspx

Webdeleted.aspx


 Any changes could have impact to application level or for one site collection only.

Precisely how to change "simple.master" and contraindications are written in Microsoft article. Please see here:

http://support.microsoft.com/kb/944105/en-us

Content Query Web Part - RSS feed not working on non publishing site

Posted by Leszek Polnik | Posted in | Posted on 07:45

0

Our client created site collection with using Team Site template and later they want some extra features. Therefore they activated “Office SharePoint Server Publishing Infrastructure” feature and add to root site Content Query Web Part with RSS feed enabled. But when they gave click on RSS feed button they recived below error:

 
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). at System.Guid..ctor(String g) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.FeedPage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)