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.
我的网站位于 ISP 的异地。
我记得我上次在 2005 年编写 ASP.NET 时,如果您进行页面更改,您必须上传页面文件和 BIN 文件夹中的内容。
Visual Studio 2010 仍然是这种情况吗?
敬茶
仅更改生产环境中的特定文件绝不是一个好主意。您应该考虑使用 VS 解决方案资源管理器中的发布选项(即使发布到临时文件夹然后手动复制到生产中)。这样,您将确保您的开发/测试版本与生产相匹配,并避免任何潜在的意外。
是的,无论您的开发环境如何,情况仍然如此。
克里斯