Go
 Blogs Minimize

By Girijesh on Sunday, February 17, 2008 2:54:48 AM

If you want to access your web service from outside of the localhost, then you have to edit your web.config file like following.

<configuration>
    <system.web>
    <webServices>
        <protocols>
            <add name="HttpGet"/>
            <add name="HttpPost"/>
        </protocols>
    </webServices>
    </syste ... Read More »

       
 Blogs Minimize

You must be logged in and have permission to create or edit a blog.
       
 Blogs Minimize

       


 Blogs Minimize

       
 Blogs Minimize