IIS 6 Error: Cannot attach file "Operation Not Allowed" - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-23T20:21:37Zhttp://fogbugz.stackexchange.com/feeds/question/291http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/291/iis-6-error-cannot-attach-file-operation-not-allowedIIS 6 Error: Cannot attach file "Operation Not Allowed"FogBugz KB2009-10-15T02:02:12Z2012-10-20T02:49:44Z
<p>I'm getting the following error.. any ideas?</p>
<p><strong>Error Message:</strong></p>
<p>ASP 0101: Operation Not Allowed</p>
http://fogbugz.stackexchange.com/questions/291/iis-6-error-cannot-attach-file-operation-not-allowed/292#292Answer by FogBugz KB for IIS 6 Error: Cannot attach file "Operation Not Allowed"FogBugz KB2009-10-15T02:03:25Z2009-10-15T02:03:25Z<p><strong>Details:</strong></p>
<p>In IIS 6.0, the ASPMaxRequestEntityAllowed value determines the maximum size POST to the website. If it isn't set high enough it will prevent you from uploading files.</p>
<p><strong>Solution:</strong></p>
<p>Change the ASPMaxRequestEntityAllowed to 1073741824 in the metabase.xml file (usually located in c:\windows\system32\inetsrv). To edit this while IIS is running, you may have to go into IIS, right-click on the computer name, and check the "Enable Direct Metabase Edit" box.</p>
<p>In IIS 7, navigate to the website, click on the ASP icon, and then change the Limit Property setting to the appropriate value.</p>
<p><strong>Related:</strong></p>
<p><p>To view very large files, you may need to <a href="http://www.fogcreek.com/FogBugz/kb/errors/ResponseBufferLimitExceed.html" rel="nofollow">increase the Response limit</a>.<br /></p>