There is a file hosted on server. When running web performance test in visual studio 2012 with the URL to this file, it is giving
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
I have observed the following things:
- The same file URL works outside web test(like firefox and IE).
- The web test runs fine with some other URL like
google.com
.
What can be the possible reasons for this error and what is the solution?