摘要:
下面将介绍怎样将一个WebApplication在VisualStudio中直接打包发布到IIS上去. 首先需要使用Administrator的身份运行Visual Studio.Task 1 – Opening and the Project Properties Publish Page, Setting the WebApplication to Use IIS and Crea... 阅读全文
摘要:
大多数web site 都需要有大量的资源和配置文件, 将这些文件正确的发布到正确位置不是一件容易的事情. VisualStudio 2010中包含了另外的一个新功能, 能够生成一个名字为"Web Package" 的zip包, 这个包可以自描述并且包中包含了全部需要发布的资源可以直接通过MSDeploy直接发布到WebServer上以完成发布. Task 1 – Opening th... 阅读全文