Troubleshooting > Worklist > ASP.NET Validation on Start Process Action Property | Send feedback |
When starting a process, an Action property is created that is available on the load event. Starting a process from an ASP.NET driven page exposes the Action property through the ASP.NET default page security. If the property is visible on the worklist item and the user selects an action to update it, the update will fail and give a ‘Dangerous Request error’.
ASP.NET pages have default level protection that requires validation for the load event.
There are two ways to avoid this.