I am having an issue with the length of a REST URL request. I have already created a REST extension and it works great. I have added a method that has many parameters (15-20) and I am hitting this PathTooLongException.
From what I've read this is a error is a carry over from the file system but .NET 4 is supposed to be able to overcome that limit:
I am running the Tea Commerce starter kit. It's Umbraco 4.7.0 or 4.7.1. I have tried setting the maxUrlLength parameter in the httpruntime tag of web.config but that doesn't seem to help. I also checked request filtering in IIS for the website and the max url is set to 4096 bytes which should be more than enough.
PathTooLongException with REST extension?
Hi,
I am having an issue with the length of a REST URL request. I have already created a REST extension and it works great. I have added a method that has many parameters (15-20) and I am hitting this PathTooLongException.
From what I've read this is a error is a carry over from the file system but .NET 4 is supposed to be able to overcome that limit:
http://forums.iis.net/t/1105360.aspx
http://www.asp.net/whitepapers/aspnet4#0.2__Toc253429244
I am running the Tea Commerce starter kit. It's Umbraco 4.7.0 or 4.7.1. I have tried setting the maxUrlLength parameter in the httpruntime tag of web.config but that doesn't seem to help. I also checked request filtering in IIS for the website and the max url is set to 4096 bytes which should be more than enough.
Anyone have any ideas?
Thanks.
Carlos
I finally decided to just post most of the data. Probably better anyway.
Carlos
is working on a reply...