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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -