3

I am trying to setup a webservice in my local IIS. The webService was throwing 500.19 Error on browsing. I found the size of web.config file for webservice is 1.17 Mb

Found solution like creating key as "MaxWebConfigFileSizeInKB" in Registry at path HKLM\SOFTWARE\Microsoft\InetStp\Configuration\MaxWebConfigFileSizeInKB .

I referred:

Setting MaxWebConfigFileSizeInKB in IIS8.5

Can not read configuration file because it exceed the maximum file size

But creating key didn't work for me. Machine has Windows 7 installed with IIS 7.5. My machine is 32-bit.

enter image description here

I have also tried resetting IIS using CMD with command "iisreset". I do not want to split the web.config file as it is an already existing Web Service.

Community
  • 1
  • 1
Mayank Gupta
  • 193
  • 2
  • 16
  • If your application runs in a 32-bit application pool then you'll also need to adjust the `SysWow64Node` version of the same registry value. – Dai Apr 01 '15 at 06:28
  • http://stackoverflow.com/questions/12208209/iis-8-0-asp-net-and-error-500-19 – Tharif Apr 01 '15 at 06:29
  • I can not see even Inetstp or Configuration etc at SysWow64Node folder. Do you think I should create everything there too? – Mayank Gupta Apr 01 '15 at 06:32

0 Answers0