Sign In
Todd's Blog
My contribution to the SharePoint community
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
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
ASP.NET General Information
ASP.NET Performance
General .Net Framework
IIS
Personal
SharePoint
Speech Server
Archive
Archives
March 2010
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(3)
August 2008
(1)
June 2008
(1)
March 2008
(1)
August 2007
(2)
July 2007
(1)
June 2007
(1)
May 2007
(3)
January 2007
(4)
September 2006
(3)
July 2006
(1)
May 2006
(1)
March 2006
(1)
January 2006
(2)
December 2005
(1)
November 2005
(1)
August 2005
(1)
June 2005
(1)
April 2005
(2)
MSDN Blogs
>
Todd's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Todd's Blog
Spankin' New Blog
Posted
over 2 years ago
by
Toddca
0
Comments
Got a new blog site, please join me here http://todd-carter.com
Todd's Blog
On Twitter Now
Posted
over 3 years ago
by
Toddca
2
Comments
After being push and prodded by my friends I have decided to join the Twitter community @Toddca . I am still a bit confused on how to follow a thread/conversation but I am sure that is just me. :-) Now lets see how dumb I can make myself look in 140...
Todd's Blog
SharePoint Session State; The Guest That Just Won’t Leave
Posted
over 3 years ago
by
Toddca
1
Comments
MOSS uses ASP.Net session state for Forms Services, Project Server, etc. SharePoint installs a PartitionResolver which redirects the ASP.NET session state module to look to the SSP DB for its stored procedures and tables for storage of session state....
Todd's Blog
Run (As Your AppPool Account) Forrest
Posted
over 3 years ago
by
Toddca
3
Comments
When running within a website that uses impersonation you find it necessary sometimes to have your code stop impersonating for a period of time while you run some code. For example if you need to get off the box (not using Kerberos) and connect to another...
Todd's Blog
PrepareToMove Away From Running This Command
Posted
over 3 years ago
by
Toddca
6
Comments
If you are a SharePoint Admin that is still running stsadm –o PrepareToMove before detaching a content DB AND your farm is running at least the Infrastructure Update (IU) then stop! Stop running the command, its not necessary and it is causing you problems...
Todd's Blog
High Memory is Relative
Posted
over 3 years ago
by
Toddca
2
Comments
Like most folks I customize my computer to fit my needs. I apply a myriad of registry settings, applications, utilities, and adjustments to my machine to get the environment just the way I like. One item I always seem to change is the buffer height of...
Todd's Blog
Customizing the Rendering of a Custom SPField
Posted
over 3 years ago
by
Toddca
3
Comments
I was recently asked by a customer how to use a PropertySchema field value within a RenderPatten's CAML to control how a field is rendered. The idea is to create a new instance of the field and have some method to control how that field will be rendered...
Todd's Blog
The Zero Downtime SharePoint Patching Myth
Posted
over 4 years ago
by
Toddca
7
Comments
Unfortunately it is not possible to update/patch SharePoint without occurring some amount downtime. So the only options available to us are to minimize downtime. I think of downtime in two ways, 'not available' and 'reduced functionality'. The second...
Todd's Blog
Where Did That AppPool Go?
Posted
over 4 years ago
by
Toddca
0
Comments
I am a big fan of anything that gives me more insight as to what is happening on my system. One such IIS 6 tweak which I find is greatly overlooked is the additional AppPool logging you can get out of IIS 6. It blows me away that this was not "on" by...
Todd's Blog
Database Disconnect Issues with SharePoint
Posted
over 4 years ago
by
Toddca
2
Comments
I have spent a good deal of time lately working with one of my MOSS 2007 customers on a database disconnect issue that has been plaguing them since SPS 2003. The following blog entry are the steps I went through to track down this issue. It was not without...
Todd's Blog
.Net Framework Version Overview
Posted
over 5 years ago
by
Toddca
5
Comments
I am frequently asked about the various .Net framework versions floating around. As the .Net framework continues to go through its various revs the waters will only become muddier. Here is a quick overview of each version we have to date… .Net 1.0 ...
Todd's Blog
Windows SharePoint Services 3.0 Remote Blob Storage API
Posted
over 5 years ago
by
Toddca
9
Comments
Probably one of the worst KB articles I have seen lately introduces, what has the potential to be a really exciting new feature of WSS 3.0/4.0 – Remote Blob Storage (RBS). This interface allows the storage of "blobs" outside of SQL server in a kind of...
Todd's Blog
Download your Hotfixes!
Posted
over 5 years ago
by
Toddca
7
Comments
Up to this point Microsoft has always required customers to make a phone call into Microsoft Product Support to receive a hotfix. Today we have made available a web application that allows customers to fill out a simple web form and receive the hotfix...
Todd's Blog
Moss & SharePoint Related MCTS Certification Information
Posted
over 5 years ago
by
Toddca
0
Comments
Recently I have been looking into MOSS related certifications and ran across the MCTS certifications. I have narrowed the huge list of certifications and exams down to just those that are MOSS 2007 and WSS V3 specific and have provided links below. ...
Todd's Blog
Moving To SharePoint
Posted
over 5 years ago
by
Toddca
1
Comments
Since coming to Developer Support in 2003 I have been working with ASP.NET and IIS. 4 years in any group at Microsoft is a good stint and it was time that I moved on. Because I love working with .Net and web technologies SharePoint seemed like a likely...
Todd's Blog
WSS 3.0 32bit on x64
Posted
over 5 years ago
by
Toddca
1
Comments
Question: So what happens when you have an x64 development box running Windows 2003 R2 x64 Enterprise with IIS6 in WOW64mode and you want to install the 32bit version of WSS 3.0? Answer: --------------------------- Setup Errors -------...
Todd's Blog
Logging 32bit ASP.Net Performance Counters on a Windows 2003 64bit OS
Posted
over 5 years ago
by
Toddca
1
Comments
Recently an issue came up where an admin was upgrading their Windows 2003 Server OS from 32bit to 64bit but they wanted to keep their ASP.NET application as is and running under WOW. The issue they hit was with monitoring performance counters. While using...
Todd's Blog
My Experience with Microsoft Speech Server 2007
Posted
over 5 years ago
by
Toddca
1
Comments
I just completed building my first MSS07 application and I thought I would jot down my thoughts and findings. My Application My application is very simple, I only take one piece of information from the user, query a database via a web service and...
Todd's Blog
Hashtable insert failed. Load factor too high
Posted
over 5 years ago
by
Toddca
2
Comments
I just got involved in a case where a customer of mine was hitting the following exception on .Net Framework 2.0. Exception information: Exception type: InvalidOperationException Exception message: Hashtable insert failed. Load factor too high...
Todd's Blog
Sharing ASP.NET Session State Across Applications
Posted
over 5 years ago
by
Toddca
2
Comments
Recently I was asked how one could share session state between two ASP.NET 2.0 applications. Well I had to be totally honest; I had never even looked into this and really did not know why one would want to do this. Well when I was queried about a solution...
Todd's Blog
I have been Tagged
Posted
over 5 years ago
by
Toddca
0
Comments
Carlo was kind enough to include me in his recent "tagging" activity. So here are 5 things you probably don't know about me: I recently graduated from SMU with a masters in software engineering. I own an XBOX but I cannot play it for more than...
Todd's Blog
Bytes In All Heaps > Private Bytes?
Posted
over 6 years ago
by
Toddca
1
Comments
The other day I had a friend of mine approach me about a possible bug he had found in the CLR memory perfomance counters. He pointed me to a performance log where his customer had captured a log that showed that the Bytes in All Heaps exceeded that of...
Todd's Blog
Event Handlers Gone Wild
Posted
over 6 years ago
by
Toddca
4
Comments
Today I ran across an issue that my good buddy Tess hit with one of her customers a while back. The application in question here is an ASP.NET web application that is exhibiting fairly high memory usage after almost a day of usage (approx 400-500 MB)...
Todd's Blog
I'm Back!
Posted
over 6 years ago
by
Toddca
0
Comments
Today I am back from a 6 month project working on NGIM (Next Generation Incident Management). It is Microsoft's next version of its technical support tool used by Commercial Technical Support personal globally to work and track customer issues. Look for...
Todd's Blog
Update::Deleting ASP.NET 2.0 Application Sub-Directories Shuts Down the AppDomain
Posted
over 6 years ago
by
Toddca
4
Comments
I have some additional information regarding my post the detailed the deleing of application sub-directories and the resulting AppDomain restart. If you delete a subdirectory (containing ASPX pages, etc) using the Windows Explorer, the only file change...
Page 1 of 2 (35 items)
1
2