I believe it is working just fine from my debugging environment. On my actual iis server, it doesn't seem to be behaving properly. I'm thinking that IIS is messing something up. The reason is if I just open IE and hit the page, it DOES come back as Content-Type:
text/html; charset=utf-8 with no content.
What is interesting is that it returns the master page for the website. Is it possible that the master page is over-riding the response?
I can send you the link to my page privately if you care to look. Incidentally Fiddler is very cool. I still need to figure out how to get it to watch my debugging server, but it is very helpful looking at what is happening to my real server.
Member
2 Points
23 Posts
Re: Http Response Content Length
Nov 15, 2009 07:42 AM|Robotuner|LINK
I believe it is working just fine from my debugging environment. On my actual iis server, it doesn't seem to be behaving properly. I'm thinking that IIS is messing something up. The reason is if I just open IE and hit the page, it DOES come back as Content-Type: text/html; charset=utf-8 with no content.
What is interesting is that it returns the master page for the website. Is it possible that the master page is over-riding the response?
I can send you the link to my page privately if you care to look. Incidentally Fiddler is very cool. I still need to figure out how to get it to watch my debugging server, but it is very helpful looking at what is happening to my real server.
Thanks.