我正在尝试为我的 Azure 应用程序生成包,但我不断收到以下错误:
拒绝访问路径“C:\Users..\AppData\Local\Temp\mpwgheuv.lqw\roles\MessageBoard_WebRole\approot\Default.aspx”。
我不认为这是权限的问题。我打开 Temp 文件夹并在打包过程中注意到,上面的目录被创建然后立即删除。
错误指出了这一点:
<CSPack
ServiceDefinitionFile="@(TargetServiceDefinition)"
Output="@(PublishServicePackage)"
PackRoles="@(Roles)"
SiteMapping="@(SiteMapping)"
RoleProperties="@(RoleProperties)"
CopyOnly="false"
>
</CSPack>