My web app, Web.Config file is larger than 250 kb. To resolve this problem, before on windows server 2008 iis 7.0 32bit, i have created a key with regedit in HKLM\Software\Microsoft\InetStp\Configuration\MaxWebConfigFileSizeInKB, and this work perfectly.
Now on windows server 2008 R2 64bit, this key is not more supported, it's my idea.....
Thanks to confirm me this situation.
What is the solution ? I can't split my web.config..... How to bypass this security restriction by default ?
BonusWeb
Member
2 Points
5 Posts
Reg Key MaxWebConfigFileSizeInKB not supported on IIS 7.5 windows server 2008 R2 64 bit
Jul 20, 2010 11:35 AM|LINK
My web app, Web.Config file is larger than 250 kb. To resolve this problem, before on windows server 2008 iis 7.0 32bit, i have created a key with regedit in HKLM\Software\Microsoft\InetStp\Configuration\MaxWebConfigFileSizeInKB, and this work perfectly.
Now on windows server 2008 R2 64bit, this key is not more supported, it's my idea.....
Thanks to confirm me this situation.
What is the solution ? I can't split my web.config..... How to bypass this security restriction by default ?
Thanks for your help.
ConfigurationElementCollection Application Configuration configSource applicationSettings Application Pools configure site without WAT config error Configuration IIS WebConfigurationFileMap Metabase asp .net configuration - Deployment asp.net deployment Configuration and Deployment ConfigfigurationManager System.Configuration "asp.net" "web application" "asp.net deployment" "visual studio 2008" TFS MSBUILD configuration utility applicationtionSettings Application settings" configure configurationProperty <asp.net> asp .net 2. 0 500 internal server error config.GetSection ASP .net 3.5 as.net 2.0 asp .net 3.5 deployment setup asp .net 2.0 <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> AS.NET 2.0 application Systen.Net.Mail configuration web.config url-rewriting url-mapping
XiaoCheng Fa...
All-Star
17743 Points
1414 Posts
Re: Reg Key MaxWebConfigFileSizeInKB not supported on IIS 7.5 windows server 2008 R2 64 bit
Jul 22, 2010 03:54 AM|LINK
Hi,
As it seems a 32bit setting, can you try to place it in HKLM\Software\Wow6432Node\Microsoft\InetStp\Configuration\MaxWebConfigFileSizeInKB?
I'm looking forward for your testresult.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
BonusWeb
Member
2 Points
5 Posts
Re: Reg Key MaxWebConfigFileSizeInKB not supported on IIS 7.5 windows server 2008 R2 64 bit
Jul 22, 2010 05:48 AM|LINK
Thanks,
It was the good solution.