Web.config changes 5.4 to 6.0

Posted by Community Admin on 03-Aug-2018 08:32

Web.config changes 5.4 to 6.0

All Replies

Posted by Community Admin on 16-May-2013 00:00

I noticed this change from web.config 5.4 hotfix 1

<httpRuntime maxRequestLength="102400" maxUrlLength="102400" maxQueryStringLength="102400" requestValidationType="Telerik.Sitefinity.Security.Claims.CustomRequestValidator, Telerik.Sitefinity" />

to webconfig 6.0

<httpRuntime maxRequestLength="102400" maxUrlLength="102400" maxQueryStringLength="10000" requestValidationType="Telerik.Sitefinity.Security.Claims.CustomRequestValidator, Telerik.Sitefinity" />


maxQueryStringLength="102400"  changed to
maxQueryStringLength="10000" 

Any reason explaination for this?

Change is not reflected here:http://www.sitefinity.com/documentation/documentationarticles/upgrading-your-sitefinity-5.4-project-to-the-latest-version

Markus

Posted by Community Admin on 20-May-2013 00:00

Hi,

 Thank you for contacting our support. Our developers have made a bugfix related to Claims authentication. Do you have any problems resulting from this change?

All the best,
Ivan Georgiev | Sitefin1ty
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 21-May-2013 00:00

Dear Ivan

No I did not notice anything. But I tend to follow the update instructions to the dot. And when there are changes I would like to know if I have/should change them as well.

In this case 6.0 has different values then 5.4 so I want telerik to tell me in the update instructions if I have to change them or not. And since you tell me this had to do with some bug fixes I would assume that its good to change and therefore it should be noted in the the update instructions.

Markus

Posted by Community Admin on 21-May-2013 00:00

Hi Markus,

Yes, you are right about it. The change is going to be reflected in the documentation. 

All the best,
Georgi
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed