c# - Custom serverRuntime in deployed WCF site is not working -


i have issue in deploying wcf service max values server runtime in iis not work displaying error

http error 500.19 - internal server error requested page cannot accessed because related configuration data page invalid.

at following line

<modules runallmanagedmodulesforallrequests="true" /> <serverruntime maxrequestentityallowed="4294967295" uploadreadaheadsize="2147483647" /> <directorybrowse enabled="true" /> 

how can unlock iis serverruntime in wcf deployed project


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -