Change maximum allowed configuration file size [IIS Express 10/Windows 10] -


after adding multiple entries redirect map in linked config file, following error on iis express 10 on windows 10 (64 bit, iis express running 32-bit):

"can not read configuration file because exceed maximum file size"

i've tried adding configuration key registry, setting maxwebconfigfilesizeinkb value of 512 under hklm/software/microsoft/iisexpress/10.0/mimic/configuration:

regedit

any idea on how enable configuration files larger 250 kb iis express on windows 10? cheers!

finally, saved me: https://blogs.msdn.microsoft.com/amb/2013/01/07/iis-express-8-and-large-web-config-files-cannot-read-configuration-file-because-it-exceeds-the-maximum-file-size-error-message/

basically, had add the maxwebconfigfilesizeinkb value under: hklm/hkey_local_machine\software\wow6432node\microsoft\iisexpress\10.0\mimic\configuration


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -