Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
httpwebrequest.getResponse is giving exception.

my application works fine in IE,but when i open with mozilla firefox getting exception.

I have

HttpWebRequest connection = (HttpWebRequest)webrequest.create(uri);

using(webresponse resp = connection.GetResponse) getting exception here.

Please do the needful.
Posted
Comments
Sandeep Mewara 13-Oct-10 9:56am    
It would be good if you add what exception!
thatraja 18-Nov-10 6:26am    
what's the Error? mention in your question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900