Re: Using HttpWebRequest from loca file system to the web.
Oops! I forgot to mention why i was getting that error.
When i check my callback method from the BeginGetResponse call, i notice that the HasResponse property is false.
This is never true. Now if i then proceed to call the EndGetResponse method, then i receive the invalid state error, which i believe is related.
So... i guess the REAL question is, why is my response not being returned?
I currently have my app being run from the Web Application project (rather than the web site) that you suggested. Do I still need to include the crossaccesspolicy.xml?
I noticed in Fiddler i can see the policy file for Yahoo (: policyref="http://p3p.yahoo.com/w3c/p3p.xml ). Do I need to specify this somewhere???