![]() |
|
webapplication.runparams.count - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: webapplication.runparams.count (/thread-3177.html) |
webapplication.runparams.count - joelcc - 04-24-2023 I just upgraded an older application to iw15.2.49 and the WebApplication.RunParams no longer seem to be working. Is there some setting that I need to change so that the params that are passed into the url are populated into the webapplication.RunParams? RE: webapplication.runparams.count - Alexandre Machado - 04-25-2023 Is it 15.2.49 or .69? ShowStartParams is the property that controls this behavior, i.e. if query string parameters will be written back to the URL or not. RE: webapplication.runparams.count - joelcc - 04-26-2023 Thanks for the information. I was able to get it figured out. It turned out to be something on our side that we had put in place because of an audit. |