Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Shenanigans with SharePoint
Shenanigans with SharePoint
Mike Morrison's Grab-bag of SharePoint Treats
RSS for posts
Live Now on Developer Tools Blogs
Menu
About
Email Blog Author
RSS for posts
RSS for comments
OK
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
2010
Administration
Application Pool
Crawling
Data Collection
Development
IIS
Index
Indexing
JavaScript
Large List
Node.js
Performance
PowerShell
Search
Security
SharePoint
SharePoint 2007
SharePoint 2010
SharePoint 2013
WFE
More
▼
Less
▲
Archives
Archives
February 2013
(1)
September 2012
(2)
August 2012
(2)
July 2012
(1)
June 2012
(2)
August 2010
(1)
November 2009
(5)
More
▼
Less
▲
Shenanigans with SharePoint
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Shenanigans with SharePoint
Why the SharePoint 2013 App Model is better than sliced bread
Posted
2 months ago
by
Mike Morrison MSFT
7
Comments
+ > I was responding to a post on the Apps for SharePoint forum, and it ended up being so long that I decided to make it a blog post. If you want some additional context you can go check it out . From a SharePoint app if you want to read to and...
Shenanigans with SharePoint
JavaScript Intellisense Issue in App for SharePoint 2013 VS Template
Posted
8 months ago
by
Mike Morrison MSFT
0
Comments
I found that Intellisense was not working properly in Visual Studio 2012 for a SharePoint 2013 app using the template that gets installed with the Microsoft Office Developer Tools for Visual Studio 2012 (Preview 2). These screenshots help illustrate...
Shenanigans with SharePoint
Node.js errors with WebMatrix on IIS 8 (Windows 8 RTM)
Posted
8 months ago
by
Michael Morrison3
0
Comments
After installing Node.js to try my hand at some server side JavaScript using WebMatrix, I was getting a 500 internal server error. This is what was returned to the browser: iisnode was unable to read the configuration file. Make sure the web.config...
Shenanigans with SharePoint
Considerations for configuring application pools in SharePoint
Posted
8 months ago
by
Michael Morrison3
1
Comments
I usually recommend my customers group similar web applications into the same application pool. Each application pool brings additional server resources like memory. In addition, the supported boundary for Application Pools is 10. Let...
Shenanigans with SharePoint
Disable SharePoint 2010 list throttling at the list level
Posted
8 months ago
by
Michael Morrison3
2
Comments
You can disable list throttling at the list level in SharePoint 2010. Note that in order to do this, you must have Farm Administrator privileges. First, this can only be done via PowerShell, SharePoint Manager , or Object Model . I will be covering the...
Shenanigans with SharePoint
Getting all values from a Choice field in SharePoint 2010 using JavaScript
Posted
10 months ago
by
Michael Morrison3
2
Comments
I recently ran into an issue where I needed to get possible values for a SharePoint 2010 choice column. Thought I would share the code in case anyone else runs across this need. This code uses the ECMAScript Client-Side Object Model. ...
Shenanigans with SharePoint
Determine the edition of SharePoint Server 2007
Posted
11 months ago
by
Michael Morrison3
0
Comments
To determine which edition of SharePoint Server 2007 is installed for the purposes of inventory, the following registry key can be interrogated. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\OfficeServerPremium If the value is 0 then...
Shenanigans with SharePoint
Determine which SharePoint 2010 Products and SKUs are installed
Posted
11 months ago
by
Michael Morrison3
1
Comments
To determine which SharePoint 2010 Products are installed for the purpose of inventory or conditional code logic, you can interrogate the registry. The screenshot below illustrates the keys that need to be evaluated. The following table shows a GUID to...
Shenanigans with SharePoint
Set the Crawl Component to use a dedicated web front end (WFE) for crawling in SharePoint 2010
Posted
over 3 years ago
by
Michael Morrison3
0
Comments
In SharePoint 2007 it was fairly easy to set the indexer to crawl a dedicated WFE. In fact it was in the UI and very easy to change. When you selected a dedicated indexer in SharePoint we would add an entry to the host file on the indexer. This solution...
Shenanigans with SharePoint
ULS Data Collection Requirements
Posted
over 4 years ago
by
Michael Morrison3
0
Comments
The ULS logging is one of the most effective ways to find out what is going on “under the hood”. In certain cases the verbosity of the logging might need to be increased to get more useful and actionable information. To change the verbosity...
Shenanigans with SharePoint
Data Collection Requirements for Performance Monitor
Posted
over 4 years ago
by
Michael Morrison3
0
Comments
All Servers Please ensure that the instructions in http://support.microsoft.com/kb/281884 are followed on each server. This will allow for the Process ID value to be included as part of the process monitor data that is being captured. Download the counters...
Shenanigans with SharePoint
IIS Data Collection Requirements for Windows 2008
Posted
over 4 years ago
by
Michael Morrison3
0
Comments
1. Start the Internet Information Services (IIS) manager on each machine. The easiest way to accomplish this is via the applet in the Administrative Tools section of the Start menu. 2. Click on the Machine node in the tree (left hand side). This will...
Shenanigans with SharePoint
IIS Data Collection Requirements for Windows 2003
Posted
over 4 years ago
by
Michael Morrison3
0
Comments
1. Start the Internet Information Services (IIS) Manager on each machine. The easiest way to accomplish this is via the applet in the Administrative Tools section of the Start menu. 2. Open the tree up (on the left hand side) until Web Sites is...
Shenanigans with SharePoint
Improve performance of Content Query Web Parts with ViewFieldsOverride
Posted
over 4 years ago
by
Michael Morrison3
1
Comments
The content query web part is a powerful tool. As a Support Escalation Engineer I get to see some very creative ways in which customers use this tool. In this blog post I will be discussing how you can use ViewFieldsOverride to reduce not...
Page 1 of 1 (14 items)