Solution
1.
Open the web.config
file (located in C:\Bizagi\Projects\[ProjectName]\WebApplication)
using the text editor of your choice.
2.
Within <system.web>
section, add the following values to the httpRuntime tag:
- maxUrlLength: 40960
- maxQueryStringLength:
2097151

The
values presented above may be increased or decreased according to your
business needs.
|