how to increase attachment upload limits for defects

Does anyone know how to change the default upload limit of 4MB for adding attachments to defects? I've got a need to upload files that are up to 10MB.
[152 byte] By [DJacobson] at [2007-12-21]
# 1

ASP.NET generally has a 4MB upload limit by default, so I guess this is the issue.

Try changing the parameter below in your web.config file in the web services folder of TFS - this one should give you a limit of 10MB for uploads.

<httpRuntime maxRequestLength="10240">

DagH.Baardsen at 2007-9-10 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Work Item Tracking...
# 2

Here is link with information on how to change attachment limit http://msdn2.microsoft.com/en-us/library/ms400780.aspx.

Thanks,

Mohammad

MohammadIqubal-MSFT at 2007-9-10 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Work Item Tracking...
# 3
I made the change exatly as described in the article. Now, I get an error when I attach anything that sayd the attachment limit is (0MB). Any ideas why?
JDigital007 at 2007-9-10 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Work Item Tracking...

Visual Studio Team System

Site Classified