vs2010打破了parameters.xml的内容

时间:2011-03-21 15:07:57

标签: visual-studio-2010 parameters msdeploy

我有一个包含以下

的文件Parameters.xml
<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>

运行Build部署包后,输出文件不包含任何parameterValidation,我必须手动编辑该文件。如何解决这个问题?

1 个答案:

答案 0 :(得分:4)

IIS支持两种方案:

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

VS仅支持第一个