c# - IIS Error: Cannot read configuration file because it exceeds the maximum file size -
i trying setup webservice in local iis. webservice throwing 500.19 error on browsing. found size of web.config file webservice 1.17 mb
found solution creating key "maxwebconfigfilesizeinkb" in registry @ path hklm\software\microsoft\inetstp\configuration\maxwebconfigfilesizeinkb .
i referred:
setting maxwebconfigfilesizeinkb in iis8.5
can not read configuration file because exceed maximum file size
but creating key didn't work me. machine has windows 7 installed iis 7.5. machine 32-bit.
i have tried resetting iis using cmd command "iisreset". not want split web.config file existing web service.
Comments
Post a Comment