我可以添加一个post build事件,它将打包我的第二个网站。
问题:我应该在ServiceDefinition.csdef中使用哪个physicalDirectory?
<Sites>
<Site name="Web">
<Bindings>
<Binding name="HttpIn" endpointName="HttpIn" />
</Bindings>
</Site>
<Site name="WebMVCAdmin" physicalDirectory="f:\publishMVCAdmin">
<Bindings>
<Binding name="HttpIn" endpointName="HttpIn" hostHeader="pvadmin8.xxx.co.nz" />
</Bindings>
</Site>
我正在使用SDK1.3
答案 0 :(得分:1)
您需要为csdef中列出的每个站点指定物理目录。看一下这个链接,看它是否有帮助: