AboutSyed Rizwan Muhammad Rizvi Expertise I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.
Experience Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.
Question Hi sir, I want to find whether the given servlet is UP or not using httpwebrequest object.Is it possible pls reply as early. waiting for u r reply.If i give the server like yahoo.com i could able to get the response.If i give yahoo.com/... I could not it is throwing an error 405 (method not allowed).
Pls reply as early
Answer I cannot understand the exact nature less you send me the code, more often then not its a missing USER-AGENT problem because most webservers disallow access to "/", if you are trying to crawl yahoo.com using a robot it sure is not going to work. Try sending User-Agent as IE's UA Signature it might work.