2011-03-21 76 views
1

我有一個包含以下VS2010打破

<parameter name="Identity Suffix" description="Suffix of the identity services of the environment" tags="" > 
    <parameterEntry kind="TextFile" scope="\\web.config$" match="__IDENTITY_SUFFIX__"/> 
    <parameterValidation type="AllowEmpty" /> 
</parameter> 

後,我跑構建部署包輸出文件不包含任何parameterValidation文件的parameters.xml的parameters.xml的內容和我的編輯該文件手動。如何解決這個問題?

+0

謝謝。如何在消息中格式化xml? – 2011-03-21 15:10:35

回答

4

IIS支持兩種方案:

<parameterValidation kind="AllowEmpty" /> 
<parameterValidation type="AllowEmpty" /> 

VS只支持第一個