Howlingwolf
2017-05-10 19:57:10 UTC
With a zip file that was created with VS2010, what is the commands necessary to publish a web application to a server?
This link was not very helpful: https://technet.microsoft.com/en-us/library/dd569106(v=ws.10).aspx
Looking for something like:
msdeploy MyProject.csproj /p:PackageLocation=c:\packages\WebAppsource.zip /p:DeployServer=\\myserver\c\inetpub\wwwroot\mywebapplocation /t:Package
This link was not very helpful: https://technet.microsoft.com/en-us/library/dd569106(v=ws.10).aspx
Looking for something like:
msdeploy MyProject.csproj /p:PackageLocation=c:\packages\WebAppsource.zip /p:DeployServer=\\myserver\c\inetpub\wwwroot\mywebapplocation /t:Package