I have the same site running on two different machines (behind the same firewall), same exact code. I have created a test plan with Jmeter that just hits the home page. If I run with first url everything works as expected and get Size in bytes 17265. If I then other size I get a size of 0. Both are returning 200 status.
Is there a setting on the server side that could be causing this? I dont think it is a Jmeter setting since all I am doing for the 2nd request it changing the URL
ADDING INFORMATION
My HTTP Request Default I just add the URL and change nothing else
For the HTTP Request I didn't actuall modify ANY setting
This it the response body from one server:
And this is the Other that is ALSO returning a 200 Status:
Edit: I had seen that article but I had already had those features installed and working unless the is an additional setting somewhere in IIS that says even if these features are installed don't use them. Assuming that the errors in the logs would be under IIS there are no errors.