Sorry, but there are no more tags available to filter with.
-
While developing a page that was to be used through an inline wrapper, I got an error: "Validation of viewstate MAC failed". This error can usually be resolved by disabling event validation , viewstate encryption or viewstate for the MAC . In my case these solutions did not resolve the issue...
-
We developed an ASP.NET page (A) to be wrapped in an existing PHP page (B) using an inline wrapper. After a few days in which both pages displayed nicely, our page (A) suddenly got displayed twice inside the existing page (B). And even weirder was that the postbacks of the first occurrence didn...