asp.net mvc - loadrunner internal server error -


i running load test hp loadrunner 11.52 web site has asp.net mvc 5, c#, razor,wcf (windows communication foundation),wif (windows identity foundation),federated authentication,.net framework 4.5,javascript, jquery, json, html 5,bootstrap,telerik kendo ui,telerik reporting,oracle 11g r2 technologies.

in simple search senario, when click search button, calls ajax function "ara" following.

web_custom_request("ara",          "url=http://egitim.gocnet.gov.tr/kisi/ara/**ara**",          "method=post",          "resource=0",          "reccontenttype=application/json",          "referer=http://egitim.gocnet.gov.tr/kisi/ara",          "snapshot=t8.inf",          "mode=html",          "enctype=application/json; charset=utf-8",          "body={\"success\":true,\"message\":\"\",\"result\":{\"mod\":\"kimlikbilgileri\",\"kimlikno\":null,\"ad\":{\"aranacakstring\":\"joe\",\"aramakritertipi\":1},\"soyad\":{\"aranacakstring\":\"halley\",\"aramakritertipi\":1},\"babaad\":{\"aranacakstring\":\"robert\",\"aramakritertipi\":1},\"annead\":{\"aranacakstring\":null,\"aramakritertipi\":1},\"dogumtarih\":{\"gun\":null,\"ay\":null,\"yil\":null},\"uyruk\":null,\"ikametizinno\":null,\"pasaportno\":null,\"uyrukkimlikno\":null,\"pagesize\":10,\"page\":1,\"total\":0,\"sortfields\":null}}",          last); 

when replay scenario gives following error:

action.c(113): error -26612: http status-code=500 (internal server error) "http://egitim.gocnet.gov.tr/kisi/ara/ara" [msgid: merr-26612]

what can reason?

http 500 in loadrunner result means have provided server incorrect information or incorrect request based upon state of server. if not explicitly checking valid expected results each , every 1 of prior requests , relying upon http 200 status ensure "success!" then odds high have received valid http 200 response invalid data continuing business process.

check request responses , branch code when have unexpected response.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

qt - How to embed QML toolbar and menubar into QMainWindow -