Signed up for Sandbox .Net 4.5

Discussion in 'Hosting Services / Control Panel' started by PHB2, Jun 18, 2012.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi all

    I signed up for the .Net 4.5 sandbox lab and got my details through ok. I have published my WCF web site and it says it has published ok, however I am struggling to work out what the http address is to use for the 2 interfaces so I can access it from within my other applications.

    I don't appear to have a control panel to give me access to any settings/options so I assume the idea is that I just publish it and access it from my other applications?

    many thanks

    Mark
     
  2. Have made some progress on this - have added:

    <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>

    and I can now browse both of my interfaces within a web browser.

    I have 2 interfaces:

    a web services interface
    a SOAP interface

    I can access the methods on the web services interface, but when I try and access the methods through the soap interface I get method not allowed (from a web browser).

    Any ideas?
     
  3. OK, quick update - twas me being an idiot. I had not included the / at the end of my service end point in my code.
     
  4. mjp

    mjp

    Glad you got it worked out.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page