I have looked through that article, and have done everything up to the point about cookie containers. My webservice proxy has no such object, what am I missing? EDIT: Ok so I found that theres and attribute in the config file to enable the cookie container. But now my silverlight(which is what I am using to connect to the webservice) now gives this error: "CookieContainer is not supported when using a browser-based HTTP stack. Cookies will be automatically managed by the browser. To gain manual control over cookies, switch to a different HTTP stack, for example by using WebRequest.RegisterPrefix with WebRequestCreator.ClientHttp." But I don't think this has to do with Silverlight at all, or the cookiecontainer, because even that auto generated test page for the ASMX doesn't work.
Strive to be humble enough to take advice, and confident enough to do something about it.
modified on Wednesday, July 21, 2010 4:45 PM