Hi All,
 
I have a Web service implemented using ASP.NET. I call
the service in my JavaScript file using XMLHTTP POST.
It works fine in my development machine. However, when 
test this across machines, i.e. use the web app from another
machine, I can not get data back from my web service using
XMLHTTP. I've already tried the following:
 
1. Add to web.config file the following:
    <webServices>
        <protocols>
            <add name="HttpGet"/>
            <add name="HttpPost"/>
        </protocols>
   </webServices>
 
2. Enable ~{!0~}Access data sources across domains~{!1~} in internet IE 
    browser
 
Can any one help me?
 
Eva




[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to