PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] Ambiguous problem deploying site remotely via FTP
[WD19] Ambiguous problem deploying site remotely via FTP
Iniciado por guest, 29,may. 2015 00:51 - No hay respuesta
Publicado el 29,mayo 2015 - 00:51
So I have a site that I took over from another developer to make some changes to. Now that the changes are made I want to put it on a QA server for the users to test.

At first I was getting FTP-related errors when testing the deployment parameters in WebDev. Those were resolved by explicitly giving the FTP user I created permissions to the FTP site I set up in IIS. On the QA server (i.e. target machine) side, I started the (10-user) application server and created an admin user to fill out as the WebDev account in the deployment parameters on the dev machine side. When I try to test the parameters, I see:

"(i) Checking the version of the Application Server
(i) Validating the deployment parameters

An error occurred while retrieving some information from one or more Application Servers"

The (i)s are just there to represent the information icon, which is to say there are no errors displayed other than the "An error occurred" message.

I am giving the IP address of the application server and the deployment parameters are set to use passive FTP. I verified that I can both telnet to the target server on port 21 as well as to go ftp://(deployment server ip) and log in with the user I created. Everything should be good on the Windows side, I believe this is something specifically WebDev-related.

Other information:
IIS 7.5
WebDev 19
Target machine is Windows Server 2008 R2
Dev machine is Windows 8

Any help is appreciated. Thank you!