开发者

Deploying asp.net application on windows server

I want to now what is the easiest way to deploy asp.net site to a windows server? Normally we do by uploading files through FTP client. But as we can checkout repository on linux server and开发者_开发百科 just running "svn up" command though SSH deploys the latest changes, is there any similar way on windows?

Thanks


Web deployment tool is what I use. It can be automated from the command line, and MSBuild can be used to generate deployment packages if you use a CI server. On the simplest level though it supports 1 click deploy from the toolbar in Visual Studio (probably only recommended to development servers).


You can do nearly the same thing on Windows.

  1. Use Remote Desktop Connection to access the server (this is the windows counterpart of SSH)
  2. Run "svn up"

An SVN client doesn't ship with Windows, but the client ports from SilkSVN and CollabNet work just as well as any other.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜