Hello All Good Evening!
I am getting , '"here was an exception running the extensions specified in the configfile. ---> Maximum request length exceeded"
the above exception when I try to click on one link in my application (approve quote (link)) .
I searched on internet and I came accross few suggestions to change the ' maxRequestLength ' value in web.config file.
Initially it was 500000 and I changed to 50000000 . At first it worked fine without any exception but from the second time onwards it's not working and throwing the same exception again and again.
Please do the needful at the earliest . I am very thankful to you !
charan kumarPosted Aug 19, 2022, 10:16 AM
Dim cReturn As String = ES.MailService(cXML)
ES is an email service which is another application and they're adding that service as a reference to the current Firework application .
I tried adding maxAllowedContentLength property as well as maxRequestLength in both the applications . But it's throwing the same exception still . Please help me on this .Thank You!
Rahul BansalPosted Aug 18, 2022, 4:41 PM