Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. hosting problem from local host?

hosting problem from local host?

Scheduled Pinned Locked Moved WPF
helpwpfwcfcomhosting
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Piyush Vardhan Singh
    wrote on last edited by
    #1

    dear Friend. my silverlight project run successfully from solution.but i make setup of the project and deploy it.Then it's not working and Web Service is not found .after that i have change my Service references.clintconfig Endpoint setup name in address(FileConverstionBeta11) then it run successfully and i also add the clientaccesspolicy.xml with the project After change EndPoint(its not working from local host):- (endpoint address="http://localhost/FileConverstionBeta11/WSFileConversion.asmx" binding="basicHttpBinding" bindingConfiguration="WSFileConversionSoap" contract="ServiceReference1.WSFileConversionSoap" name="WSFileConversionSoap" /) Before change EndPoint(its not working from local host) :- (endpoint address="http://localhost/FileConverstion/WSFileConversion.asmx" binding="basicHttpBinding" bindingConfiguration="WSFileConversionSoap" contract="ServiceReference1.WSFileConversionSoap" name="WSFileConversionSoap" /) and my application name is :-FileConverstion then how to run application successfully without change of Service references.clintconfig Endpoint.Pleas help me to resolved this problem

    Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

    M 1 Reply Last reply
    0
    • P Piyush Vardhan Singh

      dear Friend. my silverlight project run successfully from solution.but i make setup of the project and deploy it.Then it's not working and Web Service is not found .after that i have change my Service references.clintconfig Endpoint setup name in address(FileConverstionBeta11) then it run successfully and i also add the clientaccesspolicy.xml with the project After change EndPoint(its not working from local host):- (endpoint address="http://localhost/FileConverstionBeta11/WSFileConversion.asmx" binding="basicHttpBinding" bindingConfiguration="WSFileConversionSoap" contract="ServiceReference1.WSFileConversionSoap" name="WSFileConversionSoap" /) Before change EndPoint(its not working from local host) :- (endpoint address="http://localhost/FileConverstion/WSFileConversion.asmx" binding="basicHttpBinding" bindingConfiguration="WSFileConversionSoap" contract="ServiceReference1.WSFileConversionSoap" name="WSFileConversionSoap" /) and my application name is :-FileConverstion then how to run application successfully without change of Service references.clintconfig Endpoint.Pleas help me to resolved this problem

      Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      Piyush Vardhan Singh wrote:

      how to run application successfully without change

      You can't. You have to change the endpoint address to match the host.

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      P 1 Reply Last reply
      0
      • M Mark Salsbery

        Piyush Vardhan Singh wrote:

        how to run application successfully without change

        You can't. You have to change the endpoint address to match the host.

        Mark Salsbery Microsoft MVP - Visual C++ :java:

        P Offline
        P Offline
        Piyush Vardhan Singh
        wrote on last edited by
        #3

        how it possible to change endpoint the address for every client...

        Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

        M 1 Reply Last reply
        0
        • P Piyush Vardhan Singh

          how it possible to change endpoint the address for every client...

          Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          Typically servers are set up so they are reachable using the same address from anywhere. For example, http://www.codeproject.com Your server-side endpoint address is going to need to be different when the app is deployed. The client side address needs to be changed to reach the server at its deployed location. I have no idea how you've deployed your service and to what type server, but for example "http://localhost..." won't be in the address of a service endpoint deployed on IIS.

          Mark Salsbery Microsoft MVP - Visual C++ :java:

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups