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.
Server.Tranfer()是否可以在 2ContentItem页之间使用方法?我正在尝试将一个内容替换为另一个内容,但Transfer()由于服务器无法检索ContentItem页面,因此方法会引发异常。
Server.Tranfer()
ContentItem
Transfer()
是的,您可以使用Server.Transfer,但源服务器和目标服务器都必须运行连接到同一数据库的相同版本的 N2。否则,您应该Response.Redirect改用。
Server.Transfer
Response.Redirect