I get this message "Object reference not set to an instance of an object" from an asp.net site after posting form by Http Post method (idhttp) but I don't meet this message if I submit by a browser. Why? I compare parameters, there are no differences.
I get the response text:
<html><center>Object reference not set to an instance of an object</center></html>
instead of:
<html><center>Congratulations!</center></html>