Notification errors with asp.net framework 4.0

Wondering where your notifications are with asp.net framework 4.0?

Fact of the matter is that asp.net framework 4.0 doesn't respect RequestValidation=false when accessing the forms collection, so placing

<httpRuntime requestValidationMode=”2.0″ />

in the web.config <system.web> section reverts to framework 2.0 operation.

You'll now successfully receive notifications with an xml of a completed job information.

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

edchelp