Problem: Sometimes this error occurs due to the use of <input type="file"> control and make this control as "runat=server".
Solution: Delete this control and use <asp:FileUpload> control.