Sign In
Real world problems; Real world solutions
Forum to share my experiences supporting IIS, ASP.NET & SharePoint technologies and an attempt to explain how these technologies work below the surface. I discuss some of the issues that we resolved in our support cases.
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
ASP.net
Debugging
IIS
Internet Explorer
MOSS
Pages
Tools
Archive
Archives
April 2010
(2)
March 2010
(2)
November 2009
(2)
October 2009
(2)
September 2009
(3)
May 2009
(3)
March 2009
(3)
February 2009
(14)
November 2007
(1)
September 2007
(1)
August 2007
(2)
July 2006
(1)
January 2006
(1)
December 2005
(1)
MSDN Blogs
>
Real world problems; Real world solutions
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Real world problems; Real world solutions
debugging a crash – An example
Posted
over 2 years ago
by
sudeepg
1
Comments
Debugging & troubleshooting applications is a major part of my job, but not using debuggers like WinDBG. Although I have a great liking around using the debuggers, I don’t spend a lot of my time these days using this debugger. So when I get time,...
Real world problems; Real world solutions
Webdav folders – no full functionality
Posted
over 2 years ago
by
sudeepg
2
Comments
I recently got to work on a problem where MOSS 2007 SP2 was installed on a Windows 2008 machine. As you all know, Windows 2008 comes with IIS 7. The problem we had at hand had 2 particular symptoms a. If we tried to access a SharePoint document...
Real world problems; Real world solutions
MOSS 2007 – request timed out browsing or during administrative tasks
Posted
over 2 years ago
by
sudeepg
0
Comments
How many of you are running into this problem & how many of you have been able to find out the cause for this? I am guessing quite a lot of them out there are running into this problem with SharePoint and very few may have found what the actual cause...
Real world problems; Real world solutions
MOSS Search error - The Search application is not available for this site
Posted
over 2 years ago
by
sudeepg
0
Comments
I recently got a hardware upgrade and had setup up a new farm in a virtual environment using Hyper-V, after which I ran into the following problem after configuring search and attempting to perform a search. Scenario: I created a new web application on...
Real world problems; Real world solutions
CONTENT DEPLOYMENT – the remote server returned an error: (404) Not Found
Posted
over 3 years ago
by
sudeepg
2
Comments
This is one of a series of blogs that I plan to write on troubleshooting content deployment issues. Here’s a scenario The destination farm is running on a Windows Server 2008 computer. When deploying to the destination, the content deployment fails with...
Real world problems; Real world solutions
Provisioning shared services fails with user cannot be found error
Posted
over 3 years ago
by
sudeepg
1
Comments
I was recently rebuilding one of my farms when I ran into the problem I describe below. I logged onto the machine using my domain account. Then created local user accounts for use with my standalone farm on this machine and then ran SharePoint Post Installation...
Real world problems; Real world solutions
access denied while trying to save to favorites
Posted
over 3 years ago
by
sudeepg
1
Comments
I use the “Add to Favorites” feature in Internet Explorer a lot. After moving to Windows Vista, I ran into a problem where I’d get an Access Denied error, anytime I attempted to create a folder within the Favourites. I was curious to find out why I can...
Real world problems; Real world solutions
people picker & user accounts resolution in domainS FROM different forestS
Posted
over 3 years ago
by
sudeepg
4
Comments
Ever run into a situation where the people picker in SharePoint will fail to resolve usernames that are within a domain in a totally different forest? Assuming the trust relationships are setup properly? Well think again. Here is a quick check list: Ensure...
Real world problems; Real world solutions
Send to… Other Location feature, MOSS & Office clients
Posted
over 3 years ago
by
sudeepg
0
Comments
Have you used this feature before? I see a lot of people on the internet using this feature and there are a couple of scenarios in which this feature won’t work “as expected”. I recently had a chance to spend some time on this and here are my observations...
Real world problems; Real world solutions
Sharepoint – custom solution deployment failure
Posted
over 3 years ago
by
sudeepg
0
Comments
I recently ran into a problem where custom SharePoint solutions will randomly fail to deploy on any of the web servers in the farm. The nature of the problem was hard to debug. The failure can occur on any web server and on any resource file being deployed...
Real world problems; Real world solutions
Published links to office client applications do not show up in file open or save dialogs
Posted
over 3 years ago
by
sudeepg
2
Comments
Ever run into a problem where your published links for office client applications do not show up in My SharePoint sites Link in Office applications? If so, read through… First, the basics. Ensure it is configured right. This feature works only with Office...
Real world problems; Real world solutions
manually Debugging native memory leaks
Posted
over 3 years ago
by
sudeepg
0
Comments
So in my previous posts, I explained how you can use DebugDiag tool to capture high memory dumps with leak tracking enabled and also how to use the inbuilt memory analysis scripts to get a report of memory usage. In this post, I discuss how you can do...
Real world problems; Real world solutions
Using debugdiag for memory pressure analysis
Posted
over 3 years ago
by
sudeepg
0
Comments
In my last post , I discussed a generic approach to collecting memory dumps using Debug Diagnostics tool. In this post, I discuss how to use DebugDiag’s memory pressure scripts. Please note that the current version of DebugDiag does not have the ability...
Real world problems; Real world solutions
debugging native memory leaks
Posted
over 3 years ago
by
sudeepg
0
Comments
Debugging native memory leaks is one of the most difficult things to do - (at least for me). There are a few Escalation Engineers at Microsoft Product Support Services who are extremely good at debugging all kinds of issues. I learn a lot from these guys...
Real world problems; Real world solutions
How to get the http headers for asp.net requests from a dump file
Posted
over 3 years ago
by
sudeepg
0
Comments
So, you have a managed dump and you want to find out the request headers. Here’s one of the methods I use to find this information. I use it especially when I want to view the session ID or cookies. Load SOS Run !aspxpages and note down the HttpContext...
Real world problems; Real world solutions
HTTP Compression – reason codes in etw traces
Posted
over 3 years ago
by
sudeepg
0
Comments
In one of my earlier posts , I discussed one of the reasons for compression failure and how we identified it using ETW traces and resolved it. Below are the list of other reason codes for your reference. NO_ACCEPT_ENCODING The HTTP request did not contain...
Real world problems; Real world solutions
ETW Trace providers – when to use what
Posted
over 3 years ago
by
sudeepg
0
Comments
You may perhaps have used Event Tracing Feature of Windows aka ETW for debugging many server side problems related to IIS. When I first learnt about ETW and started using it, I found it to be really cool! Unfortunately there’s not a lot of documentation...
Real world problems; Real world solutions
setting managed breakpoints in windbg
Posted
over 3 years ago
by
sudeepg
0
Comments
Windbg is a native debugger and you can use it to set a breakpoint on a virtual address. Any managed code running within the process wouldn’t have a virtual address associated with it until it is JIT compiled. Thus setting a breakpoint on a managed function...
Real world problems; Real world solutions
catching a memory dump on system.outofmemoryexception
Posted
over 3 years ago
by
sudeepg
0
Comments
Issues related to high memory utilization on an IIS application server are common. With .NET there is a little misconception that the Garbage Collector (GC) will clean up objects and therefore the process can never run out of memory. This isn’t true....
Real world problems; Real world solutions
CAPTURING AND ANALYZING AN ETW TRACE (event TRACING FOR WINDOWS)
Posted
over 3 years ago
by
sudeepg
7
Comments
Continuing my conversations on using tools, today I want to explain how to capture an ETW trace and parse it. Event tracing for Windows (ETW) is a very powerful, tracing mechanism built into the Windows operating system that allows you to view messages...
Real world problems; Real world solutions
IIS Compression failure - compression_disabled Status
Posted
over 3 years ago
by
sudeepg
0
Comments
Recently, we ran into a problem where static or dynamic compression would not work on a few websites, specially SharePoint sites, but works on other sites. I always use our software tools and take a data driven approach for troubleshooting any kind of...
Real world problems; Real world solutions
Creating a custom accelerator for internet explorer 8
Posted
over 3 years ago
by
sudeepg
2
Comments
Internet Explorer 8 is expected to be available in the near future. It packs a whole lot of features . I downloaded the latest RC1 build from the Microsoft site and did some testing. This version packs in a whole lot of browser extensibility features...
Real world problems; Real world solutions
debugging memory problems – a beginner’s view
Posted
over 3 years ago
by
sudeepg
0
Comments
Unlike native debugging, you don’t need symbols for debugging managed code. SOS.dll can also be used with WinDBG and Visual Studio debugger. Simply use the intermediate window in Visual Studio to load SOS.dll and then you can use the commands provided...
Real world problems; Real world solutions
Debugging sSL handshake failure using network monitor – a scenario
Posted
over 3 years ago
by
sudeepg
4
Comments
In one of my earlier post I explained how to use Microsoft Network Monitor to debug a networking problem. Network trace tools aren’t very useful in debugging problems when the channel is secured (HTTPS) and you need to view the data to make your conclusions...
Real world problems; Real world solutions
Windows 2008 AND IISRESET.EXE
Posted
over 3 years ago
by
sudeepg
0
Comments
IISreset.exe is a magical command that resolves many problems! Err… well, yeah that command restarts all IIS related processes and thus essentially running it cleans up all the “mess”. So is there anything special about IISReset.exe in Windows 2008? Yes...
Page 1 of 2 (37 items)
1
2