heres a website:
http://cherokeeanimalhospital.com
It has HTML source code.
If you try to get the source using Httpwebrequest it returns contentlength of -1 and no source (blank)
BUT if you use downloadstring of webclient then it downloads the full HTML source code of the site.
Try it..
why is this?


Reply With Quote