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
Popular Tags
"Access Denied" "Edit List Item" Edit Document Library Item (1)
"Access Denied" Anonymous User Rights MOSS (1)
AAM "Alternate Access Mapping" Blobcache showing pictures "Network Load Balancer" NLB (1)
BDC Fields JavaScript MOSS Sharepoint Populate (1)
Claims to Windows Token Service c2WTS SharePoint Excel Calculation Services (1)
MOSS Load Test (1)
Updating WSS MOSS Version Mismatch SP1 SP2 (1)
wcf named pipes memory mapped files shared memory (1)
Archive
Archives
December 2014
(1)
November 2014
(1)
October 2014
(1)
April 2014
(1)
March 2014
(1)
February 2014
(1)
October 2013
(2)
November 2012
(1)
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
Rodney Viana's (MSFT) Blog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rodney Viana's (MSFT) Blog
Identifying the .NET version you are running (2.0, 4.5, 4.5.1 or 4.5.2)
Posted
6 days ago
by
Rodney Viana - MSFT - DSI Team
0
Comments
.NET 2.0 to 3.5 These version shares the same runtime and the version starts with 2.0.50727 followed by the build number. The file that will tell us the version being used is mscorwks.dll. You may choose other files as well, but this one will be...
Rodney Viana's (MSFT) Blog
Finally a Federation STS sample using ASP.NET Forms Authentication!
Posted
1 month ago
by
Rodney Viana - MSFT - DSI Team
0
Comments
I have recently worked on an advisory case on which the customer was looking for a STS sample using ASP.NET Forms authentication as base to provide the claims. The Internet may be vast, but it is like a desert when it comes to a single sample of...
Rodney Viana's (MSFT) Blog
Verifying current calls and sessions during runtime
Posted
2 months ago
by
Rodney Viana - MSFT - DSI Team
0
Comments
One of the WCF strengths is the flexibility to allow different configuration combinations. One of the WCF weakness is this configuration flexibility that may lead to a final results different from the expected. Some of the problems we see with...
Rodney Viana's (MSFT) Blog
How to get a SAML Protocol Response from ADFS using C#
Posted
8 months ago
by
Rodney Viana - MSFT - DSI Team
13
Comments
ADFS (Active Directory Federation Services) is a fancy name for Windows Identity Foundation Server. ADFS supports SAML protocol, however its client, Windows Identity Foundation (WIF), does not. As most of the problems of acquiring a token can be resolved...
Rodney Viana's (MSFT) Blog
Verifying whether the broken piece is c2WTS or Active Directory
Posted
9 months ago
by
Rodney Viana - MSFT - DSI Team
2
Comments
If you have tried my tool to troubleshoot c2WTS with SharePoint, c2WTSTester , verified that the service is running as expected, the account used by SharePoint is valid in c2WTS but you still failed to receive a valid token for some error that...
Rodney Viana's (MSFT) Blog
Logging incoming requests and responses in an ASP.NET or WCF application in compatibility mode
Posted
10 months ago
by
Rodney Viana - MSFT - DSI Team
3
Comments
One of our customers had a very particular problem that prevented them from using custom encoder and message inspectors in their WCF service running in ASP.NET compatibility mode. So they requested a proof of concept to save all incoming Http Request...
Rodney Viana's (MSFT) Blog
Hardcore Debugging for .NET Developers (not for the faint of heart)
Posted
over 1 year ago
by
Rodney Viana - MSFT - DSI Team
7
Comments
UPDATE******* Due to some technical aspects the tool is being temporarily removed. Thank you for your support. I will update you when the appropriate modifications are done..
Rodney Viana's (MSFT) Blog
Creating DebugDiag rule to generate SharePoint process dump based on ULS Tags
Posted
over 1 year ago
by
Rodney Viana - MSFT - DSI Team
1
Comments
SharePoint has a very comprehensive and configurable diagnostic logging infrastructure known as ULS logs. Most of the ULS log entries include a unique tag called eventId . This tag is a 32-bits field containing only letters and numbers (e.g.. e5mc). This...
Rodney Viana's (MSFT) Blog
Adapting to the caller namespace soap 1.1 request in classic asmx via Filter
Posted
over 2 years ago
by
Rodney Viana - MSFT - DSI Team
1
Comments
I had received a somewhat odd request to produce a proof-of-concept application to enable a classic asmx Web Services to accept any namespace in the soap 1.1 request and to return the same namespace to the caller. To understand the problem let...
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
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
24
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
over 3 years 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
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
11
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
over 3 years ago
by
Rodney Viana - MSFT - DSI Team
38
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
over 3 years 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
over 3 years 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 4 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 4 years ago
by
Rodney Viana - MSFT - DSI Team
4
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 4 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 5 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 5 years ago
by
Rodney Viana - MSFT - DSI Team
7
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 5 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 5 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 5 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 5 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 5 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...
Page 1 of 2 (28 items)
1
2