by support
16. March 2010 03:18
A nice tool to configure or move CRM customization can be found on Daniel Halan’s blog ... an image worth a thousand words.
![image[1] image[1]](http://www.mercureintegration.com/blog/image.axd?picture=image%5B1%5D_thumb.jpg)
by support
23. April 2008 06:37
When importing Customization under CRM 4.0, you may accounter a freeze of the interface. The problem is when the customization file is greater than the configured maximum request length of 8 megs in the web.config of the CRM 4.0 Server.
You just have to change the web.config by modifying the line
<httpRuntime executionTimeout="300" maxRequestLength="8192"/>
with
<httpRuntime executionTimeout="300" maxRequestLength="16384"/>
And everything should be fine.
-f.