We are planning to performance test on the CRM application using the performance test tool "NeoLoad".
I created NeoLoad script for Search functionality in CRM and ran it with 250 virtual users. When i ran the script with 250 users it is throwing "HTTP/1.1 302 Found" error for couple of users.
When I ran the script with 10 users, no issues observed. But when i try to run the same script with 250 users load, couple of users are getting HTTP/1.1 302 error.
Please find the below error details and advice.
HTTP/1.1 302 Found
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html
Expires: -1
Location: /BCBSVT2015CFUAT/_common/error/errorhandler.aspx?BackUri=&ErrorCode=&Parm0=%0d%0a%0d%0aError%20Details%3a%20An%20unhandled%20exception%20occurred%20during%20the%20execution%20of%20the%20current%20web%20request.%20Please%20review%20the%20stack%20trace%20for%20more%20information%20about%20the%20error%20and%20where%20it%20originated%20in%20the%20code.&RequestUri=%2fBCBSVT2015CFUAT%2fmain.aspx&user_lcid=1033
Server: Microsoft-IIS/8.5
X-AspNet-Version: 4.0.30319
REQ_ID: 99cbf203-4ba9-4150-927e-bab21731deab
X-UA-Compatible: IE=8;IE=9;IE=10;IE=11
Set-Cookie: ReqClientId=285e8692-a6ef-4c24-8145-291c1ee383e5; expires=Tue, 16-Nov-2066 10:03:45 GMT; path=/; secure; HttpOnly
Persistent-Auth: true
X-Powered-By: ASP.NET
Date: Wed, 16 Nov 2016 10:03:45 GMT
Connection: close
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/BCBSVT2015CFUAT/_common/error/errorhandler.aspx?BackUri=&ErrorCode=&Parm0=%0d%0a%0d%0aError%20Details%3a%20An%20unhandled%20exception%20occurred%20during%20the%20execution%20of%20the%20current%20web%20request.%20Please%20review%20the%20stack%20trace%20for%20more%20information%20about%20the%20error%20and%20where%20it%20originated%20in%20the%20code.&RequestUri=%2fBCBSVT2015CFUAT%2fmain.aspx&user_lcid=1033">here</a>.</h2>
</body></html>
*This post is locked for comments