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
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
Post a Comment