Active Query Builder support area

MultipleQueriesPerSession syntax for web.config

Avatar
  • updated
  • Completed

What is the syntax in web.config for the HttpCompressionEnabled and MultipleQueriesPerSession properties that are now obsolete with the latest version of the ASP.NET control?

Avatar
Marc

Is this correct?

 <appSettings>
    <add key="MultipleQueriesPerSession" value="True" />
    <add key="HttpCompressionEnabled" value="True" />
  </appSettings>
Avatar
Andrey Zavyalov, PM

Hello, Mark.

Exactly.

Avatar
Andrey Zavyalov, PM

Hello, Mark.

How did you find the new version 3.x which implements usage of multiple query builders per session in another way?

Avatar
Marc

I haven't migrated our application to use the v3 of the control yet. It is using web forms.