Teníamos una aplicación web trabajando en una intranet y estoy tratando de publicarla en internet usando Visual Studio 2010. El servidor de destino ejecuta iis7 y se está ejecutando el servicio de administración web.MsDeploy está volviendo 403 prohibido
En Visual Studio 2010 mi URL del servicio es:
y el sitio/aplicación es:
Default Web Site/WebApp
marcado como Aplicación IIS en destino y Permitir certificado no es de confianza se comprueba y estoy usando una cuenta de administración.
Visual Studio devuelve el siguiente error:
Start Web Deploy Publish the Application/package to https://xxx.xxx.xxx.xxx:8172/MsDeploy.axd?site=Default%20Web%20Site ... C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets(3588,5): Error : Web deployment task failed.(Remote agent (URL https://xxx.xxx.xxx.xxx:8172/MsDeploy.axd?site=Default Web Site) could not be contacted. Make sure the remote agent service is installed and started on the target computer.)
Remote agent (URL https://xxx.xxx.xxx.xxx:8172/MsDeploy.axd?site=Default Web Site) could not be contacted. Make sure the remote agent service is installed and started on the target computer. An unsupported response was received. The response header 'MSDeploy.Response' was '' but 'v1' was expected. The remote server returned an error: (403) Forbidden.
Alguna idea de cómo lo publican sin un certificado SSL válido?
Recibo el mismo error. ¿Alguien tiene una solución? –