Sign In
Rodney Viana's (MSFT) Blog
Post on Sharepoint, IIS and C#
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
"Access Denied" "Edit List Item" Edit Document Library Item
"Access Denied" Anonymous User Rights MOSS
AAM "Alternate Access Mapping" Blobcache showing pictures "Network Load Balancer" NLB
BDC Fields JavaScript MOSS Sharepoint Populate
Claims to Windows Token Service c2WTS SharePoint Excel Calculation Services
MOSS Load Test
Updating WSS MOSS Version Mismatch SP1 SP2
wcf named pipes memory mapped files shared memory
Archive
Archives
July 2011
(1)
March 2011
(3)
February 2011
(2)
November 2010
(1)
October 2010
(1)
April 2010
(1)
December 2009
(2)
September 2009
(1)
August 2009
(1)
June 2009
(1)
May 2009
(2)
November 2008
(1)
July 2008
(1)
June 2008
(1)
MSDN Blogs
>
Rodney Viana's (MSFT) Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rodney Viana's (MSFT) Blog
Troubleshooting Claims to Windows NT Token Service (c2WTS) in SharePoint 2010 may be difficult if you don’t know where to start
Posted
6 months ago
by
Rodney Viana - MSFT - DSI Team
0
Comments
I have been writing some blogs entries (and even a Microsoft KB) about c2WTS, but the subject never exhausts. I was helping two different customers to troubleshoot issues with SharePoint Excel Services. In one of the cases the problem happened randomly...
Rodney Viana's (MSFT) Blog
Console Application to discover Effective Named Pipe Path of a WCF net.pipe Endpoint
Posted
10 months ago
by
Rodney Viana - MSFT - DSI Team
4
Comments
As I have promised in my previous post, I am making available a C++ console application to troubleshoot named pipes endpoints in WCF. Below is a screenshot of the application: Application logic: It gets the endpoint from the command line and substitute...
Rodney Viana's (MSFT) Blog
Named Pipes in WCF are named but not by you (and how to find the actual windows object name)
Posted
10 months ago
by
Rodney Viana - MSFT - DSI Team
5
Comments
If Windows Communication Foundation (WCF) implementation has its own idiosyncrasies, named pipes provider is the champion. First, let’s start with the name of the provider. Named Pipes in Windows can be used to communicate between process on the...
Rodney Viana's (MSFT) Blog
In SharePoint 2010 when you create a new Top Link Bar entry the Home tab will not highlight anymore
Posted
11 months ago
by
Rodney Viana - MSFT - DSI Team
21
Comments
After adding page links to the Top Link Bar of team sites tab, the Home tab (the first one) was not getting highlighted anymore when selected. All other page links added to the Top Link Bar were being highlighted as expected. Some people came out with...
Rodney Viana's (MSFT) Blog
Step by step configuration of Excel Calculation Services (ECS) when using Kerberos
Posted
11 months ago
by
Rodney Viana - MSFT - DSI Team
0
Comments
There is no better way of learning something than to observe someone doing it step-by-step. I gathered information from different sources during the beta phase of SharePoint. So my thanks go to Darin Roulston, Eric Adams, Tracy Paddock, Jon Waite and...
Rodney Viana's (MSFT) Blog
Claims to Windows Token Service (c2WTS) may not start automatically when you reboot your server (don’t blame SharePoint for that)
Posted
11 months ago
by
Rodney Viana - MSFT - DSI Team
0
Comments
I know a large number of people who believe that Claims to Windows Token Service is a SharePoint feature. They are mistaken, c2WTS is part of Windows Identity Foundation (WIF) which is one of the pre-requisites for SharePoint. SharePoint indeed relies...
Rodney Viana's (MSFT) Blog
Application to check cascade access rights for a particular user or anonymous user in SharePoint
Posted
over 2 years ago
by
Rodney Viana - MSFT - DSI Team
3
Comments
Don’t you hate when you have access denied and you don’t know where it is coming from? It is even worse when it is related to anonymous access where a single detail can prevent a page from being rendered (IIS authentication, broken inheritance, you name...
Rodney Viana's (MSFT) Blog
Creating a Web Application using Kerberos as authentication instead of NTLM in SharePoint 2010 programmatically via PowerShell
Posted
over 2 years ago
by
Rodney Viana - MSFT - DSI Team
2
Comments
If you have ever tried to programmatically create a Web Application using Kerberos as authentication provider you noticed that the Authentication Provider resets to NTLM. The cmdlet to create a new Web Application is New-SPWebApplication (or New-SPWebApplicationExtension...
Rodney Viana's (MSFT) Blog
ForeFront The Missing Manual
Posted
over 2 years ago
by
Rodney Viana - MSFT - DSI Team
0
Comments
My friend Yuri Diogenes, one of the security gurus here at Microsoft, in partnership with Jim Harrison, Mohit Saxena and having Tom Shinder as Technical Reviewer released last February the Microsoft Press Administrator’s Companion for Forefront...
Rodney Viana's (MSFT) Blog
Some thoughts on Impersonation
Posted
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
0
Comments
I normally talk about SharePoint topics but this post is also important for non-SharePoint people. First let me explain what is the relationship between impersonation and SharePoint, or better, the relationship between SharePoint and the thread [security...
Rodney Viana's (MSFT) Blog
You cannot edit list or document library items on existing SharePoint sites
Posted
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
6
Comments
This problem was fixed in KB961175 . The patch will keep the problem from happening again in new lists/libraries you create after applying the patch. However if you have a backup before the patch the restored contents will continue to show the same error...
Rodney Viana's (MSFT) Blog
MOSS Load Test
Posted
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
5
Comments
I had put together an application to perform Load Test in both Microsoft Office SharePoint Server (MOSS) 2007 and Windows SharePoint Services (WSS) 3.0. The application as it is now is more “Load” than “Test”. The next step will be to save the results...
Rodney Viana's (MSFT) Blog
Presenting MOSS Support Explorer (Not even Beta Yet)
Posted
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
0
Comments
There are some occasions in the course of work as Support Escalation Engineer in Microsoft that we rely heavily in analyzing SharePoint metadata. Installing software in a production environment is a no-no for most companies (or at least it requires a...
Rodney Viana's (MSFT) Blog
Blobcache will not work if the request url is not in the Alternate Access Mapping list
Posted
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
2
Comments
There are scenarios on which you can access a unique site collection using different URLs even if these URLs are not listed in the Alternate Access Mapping (AAM) of the application. This normally does not cause any problem and even though you should not...
Rodney Viana's (MSFT) Blog
The fine art of updating MOSS 2007 and WSS 3.0
Posted
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
3
Comments
Let's face it, updating Sharepoint is not an easy task. It is true for both Microsoft Office Sharepoint Server (MOSS) 2007 and Windows Sharepoint Services 3.0. Let's highlight some points: MOST IMPORTANT: MOSS is built on top of WSS and you have to apply...
Rodney Viana's (MSFT) Blog
Getting Sharepoint Site/Web Context in a Console Application
Posted
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
3
Comments
I had recently faced a problem which I believe other people will face at least once: how to get the context from a URL in a C# Console Application. I needed to use ProfileLoader which requires a context. You cannot get current context when you run an...
Rodney Viana's (MSFT) Blog
How to test the Mail Settings for a Sharepoint Web Application
Posted
over 4 years ago
by
Rodney Viana - MSFT - DSI Team
2
Comments
WSS and MOSS enable outgoing e-mail configuration and most of the time this configuration is straightforward. As of matter of fact you do not have much to configure as shown below: Figure 1 - Outgoing e-mail settings This same configuration is used for...
Rodney Viana's (MSFT) Blog
Org Chart Web Part - Part I - Overview and Download
Posted
over 4 years ago
by
Rodney Viana - MSFT - DSI Team
100
Comments
In this post we are going to explore User Profiles by extending the Organizational Hierarchy in MOSS. I've posted in Codeplex both installer and code for the Organizational Chart Hierarchy web part. This post will only discuss installation and configuration...
Rodney Viana's (MSFT) Blog
Populating BDC fields from a query string in MOSS (Microsoft Office Sharepoint Server) 2007
Posted
over 4 years ago
by
Rodney Viana - MSFT - DSI Team
6
Comments
Whomever tried to populate a MOSS (Microsoft Office Sharepoint Server) form field using Javascript noticed that it is far from being straightforward. The secret is in the undocumented core.js After a client's request I was able to come up with a not so...
Page 1 of 1 (19 items)