asp.net - Adding serverRuntime tag in webconfig cause 500.19 error -


hi guys after spending 1 day thought time ask community. have downloaded asp.net project tfs on laptop , couldn't run. have narrowed down issue , webconfig setting , setting

<serverruntime uploadreadaheadsize="128000000" /> 

if comment setting error goes away wondering why have comment out when working on other laptop same project.

error upon adding above mentioned tag following enter image description here

to experiencing issue, here did solve issue.

  • open command prompt administrator.
  • navigate web app.

  • copy/paste:

%windir%\system32\inetsrv\appcmd.exe unlock config -section:system.webserver/serverruntime

  • press enter.

if successful you'll see this:

unlocked section    system.webserver/serverruntime" @ configuration path "machine/webroot/apphost 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -