Deployement Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • imsantosh
    New Member
    • Feb 2008
    • 2

    Deployement Problem

    Hi
    i am working on c# win form application.
    in my application
    i created web service to access all business logic method.

    now i want deploy my application on server
    so any one can suggest
    what step i fallowed
    i can access my database through web service.

    thanks
    santosh
  • imsantosh
    New Member
    • Feb 2008
    • 2

    #2
    Hi Everyone

    I have win application which use web service to access all the method
    it work fine on my local system .

    But when i want to access from client system it error

    "<Unable to access remote server>"

    i used this url http://ipaddress/webservice/service.asmx to access my service

    can anyone help for this problen

    Comment

    • RedSon
      Recognized Expert Expert
      • Jan 2007
      • 4980

      #3
      Originally posted by imsantosh
      Hi Everyone

      I have win application which use web service to access all the method
      it work fine on my local system .

      But when i want to access from client system it error

      "<Unable to access remote server>"

      i used this url http://ipaddress/webservice/service.asmx to access my service

      can anyone help for this problen
      Do you use a url like http://192.168.0.1/websercie/service.asmx or do you really put "ipaddress/webservice/service.asmx"?

      Comment

      Working...