ClickOnce and WebService

Discussion in 'ASP.NET 2.0' started by Mike Hildner, Jan 6, 2006.

  1. I have a WebService hosted on DASP. Also have a Windows Forms application that accesses the WebService. When I run (F5) the application, I can access just fine.

    However, when I run the app after its deployed via ClickOnce (on my machine or any other), I cannot access the WebService and get a message "Unable to connect to the remote server".

    I'm assuming I have some security issues, but the app is set to be a full trust application.

    Any ideas?

    Thanks,
    Mike
     
  2. This was a ClickOnce setup error on my part. I was trying to include a .dll (that calls the WebService) and had linked to it wrong.

    Mike
     

Share This Page