View Single Post
  #22 (permalink)  
Old 08-30-2007, 11:04 AM
balaji2508 balaji2508 is offline
D-Web Trainee
 
Join Date: Aug 2007
Posts: 9
balaji2508 is on a distinguished road
Default Re: HTTP Web Response Exception - I cant able to trap.

Check the machine using the IP address, not the URI to verify it is working. It is possible that the machine name resolves to a wrong IP address and goes to another machine

For example if you have a url like that:

http://yourmachinename/path/file go to

http://correctip/path/file
Reply With Quote