Web publish, not working when behind AlwaysOn VPN

  • Thread starter Thread starter MortenFa
  • Start date Start date
M

MortenFa

Guest
Hi,

After the latest windows patch (11/02/2020) I'm not able to deploy to our IIS server through the AlwaysOn VPN.

Windows 10.0.18363 Build 18363

Visual Studio 2019 Version 16.4.5

I've had the exact same issue a couple of months ago, but it went away without changing anything, other than updating windows (our infrastructure team sends out the patches)

Everything worked fine last week, but now I'm getting timeout errors. I can deploy plain text files, but executables won't. When I'm on the company network everything runs smoothly. I've tried several different connections (wi-fi, mobile hotspot, cabled) but I'm constantly getting the error.


Error:

Start Web Deploy Publish the Application/package to http://xxxx/MSDEPLOYAGENTSERVICE ...
Adding ACL's for path (xxx)
Adding ACL's for path (xxx)
Adding ACL's for path (xxx/App_Data)
Updating file (xxx\bin\OfficeDevPnP.Core.dll).
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VisualStudio\v16.0\Web\Microsoft.Web.Publishing.targets(4284,5): Warning : Retrying the sync because a socket error (10054) occurred.
Retrying operation 'Serialization' on object sitemanifest (sourcePath). Attempt 1 of 10.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VisualStudio\v16.0\Web\Microsoft.Web.Publishing.targets(4284,5): Warning : Retrying the sync because a socket error (10054) occurred.
Retrying operation 'Serialization' on object sitemanifest (sourcePath). Attempt 2 of 10.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VisualStudio\v16.0\Web\Microsoft.Web.Publishing.targets(4284,5): Warning : Retrying the sync because a socket error (10054) occurred.
Retrying operation 'Serialization' on object sitemanifest (sourcePath). Attempt 3 of 10.

Continue reading...
 
Back
Top