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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -