Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Azure 上有一个站点,它一直在使用位于 App_Code 文件夹中的 cshtml razor 助手类。到目前为止,它一直运行良好。
我更改了文件名并通过VS2010发布过程再次发布,现在Azure仍在查看旧文件。我该怎么办?
您在使用云服务或网站吗?如果您使用的是网站,则需要确保在发布后重新启动网站(网站仪表板页面页脚中的重新启动按钮),以确保 Azure 获取更改。云服务可能有类似的机制,但我很长时间没有使用它们,所以我不能确定。