Xpages not rendering in browser

I’ve created a really simple Xpage in a database on our development server with some text on it. The designer is 8.51 and the server is 8.0.1 . When i preview it on the browser it shows me the source code (XML). If i create a databse locally and do the same thing…it displays correctly. Is there a setting on the server that needs configuring?

This is what i see on the browser when i create an XPage witht the text “Test” :

<?xml version="1.0" encoding="UTF-8" ?>

<xp:view xmlns:xp=“http://www.ibm.com/xsp/core”>Test</xp:view>

Subject: Server version

Your server needs to be 8.5 to render xPages

Subject: Re: XPages not rendering on browser

There are some security settings on the server document that need to be enabled to allow XPages to run, on the Security tab “Sign agents or XPages to run on behalf of the invoker”.

Also, in Domino Designer, open the Application Properties, go to the XPages tab and tick “Display default error page” - this will give useful error messages if XPages fail because of server-side javascript.

Subject: Xpages

Hi and thanks for such a speedy response.

I’ve checked the server document security tab and it’s description is :

Sign agents to run on behalf of the invoker of the agent:

Does this mean i need to upgrade the Server Name and Address Book as it does not mention XPages?

Subject: Re: Server Document

Yes, it sounds like it’s got the pre-8.5 design.