10. December 2008 11:55
By
Roy de Graaff
In
MOSS
To enable OCS presence in MOSS the Communicator client needs te be installed on the machine you are viewing the Sharepoint site. This site has to be in the list of trusted sites on that computer.
5e7274ae-51da-4edd-af62-b872dec9bcc0|0|.0
Tags:
19. July 2008 11:50
By
Roy de Graaff
In
MOSS
Problems with branding / modifying your Sharepoint site?
Check Heather's Reference Chart.
Still stuck? Install the IE developer toolbar to trace styles directly from your MOSS pages.
c849139f-181b-43fc-a648-2a2e002487ea|0|.0
Tags:
18. July 2008 11:49
By
Roy de Graaff
In
MOSS
If you want to add some inline code in a masterpage or pagelayout file... you probably get the following error message:
An error occurred during the processing of <PAGENAME>.aspx. Code blocks are not allowed in this file.
To get this working you need to modify the web.config of your web application. Add the following code to the web.config in the <sharepoint> section:
<SafeMode MaxControls="200" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false">
<PageParserPaths>
<PageParserPath VirtualPath="/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="true" />
</PageParserPaths>
</SafeMode>
Run a IISRESET to reload the web.config
06d45c19-fc6a-4d5a-a98f-9f3cd495b997|0|.0
Tags:
10. July 2008 11:48
By
Roy de Graaff
In
IIS | MOSS
As we all know the design of IIS 7 had some drastic changes.
One of them is the location where you can bind or change application pools. These settings a simply hard to find some times. To change a specific application pool follow these steps.
1. Open IIS admin console
2. Expand the website folder
3. Click the website you want to change
4. On the right side of your sceen a menu appears
5. Click 'Basic Settings'
6. Select the Application Pool you would like to bind in the pull down menu
7. Click OK
8. Run IISRESET
d4146190-3c8e-4a57-9dc6-475e19206c8e|0|.0
Tags:
10. July 2008 11:46
By
Roy de Graaff
In
IIS | MOSS
Recently I had to activate the publishing infrastucture on a new MOSS 2007 site. On other sites this always worked before, but now I was getting ‘Access Denied’ when activating the ‘Server Publishing Infrastructure’ at this client.
To solve the ‘Access Denied’ problem I found you need to elevate the permissions of the AppPool of the web application on which you are trying to activate the Publishing Infrastructure feature.
One way to achieve this is to temporarily change the AppPool of the web application.
1. Open IIS Admin.
2. Location the Web Site for your web application.
3. Goto to the properties and select the ‘Home Directory’ tab.
4. Change the AppPool to be the same as Central Administration.
5. IISRESET
6. Activate the Publishing Infrastructure feature on your site.
7. Change to AppPool back to the original.
8. IISRESET.
This should allow you to enable the feature and use the publishing features within MOSS.
5bbf77f4-3743-4c7f-8853-5af30d7f385e|0|.0
Tags: