Cant publicsh lightswitch application

Discussion in 'Visual Studio' started by comparin, Jan 11, 2012.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have read all the posts related to publishing a Lightswitch application. I tried exactly what was written in the other posts, but am still getting this error: (i have substituted [myServer] and [myDomain] for my real server and domain name). Anyone have any ideas?


    Web deployment task failed.(Could not complete the request to remote agent URL 'https://[myserver].discountasp.net:8172/MsDeploy.axd?site=[myDomain].)
    This error indicates that you cannot connect to the server. Make sure the service URL is correct, firewall and network settings on this computer and on the server computer are configured properly, and the appropriate services have been started on the server.
    Error details:
    Could not complete the request to remote agent URL 'https://[myServer].discountasp.net:8172/MsDeploy.axd?site=[myDomain].
    Unable to connect to the remote server
    No connection could be made because the target machine actively refused it 64.79.167.9:8172
     
  2. Looks like you have something that is blocking the connection to the server, please do a quick telnet test to prove

    C:\>telnet [server_name].discountasp.net 8172
     
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