WebEventCodes.RuntimeErrorPostTooLarge Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event code indicating that the size of the posted information exceeded the allowed limits. This field is constant.
public: int RuntimeErrorPostTooLarge = 3004;
public const int RuntimeErrorPostTooLarge = 3004;
val mutable RuntimeErrorPostTooLarge : int
Public Const RuntimeErrorPostTooLarge As Integer = 3004
Field Value
Value = 3004Remarks
RuntimeErrorPostTooLarge is the major code that refers to a data posting whose size exceeds the allowed limits. When a form posts data that exceeds the allowed limits, ASP.NET raises a WebRequestErrorEvent with a major code of RuntimeErrorPostTooLarge.