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.
我在 IIS 上有两个应用程序 - A 和 B。我想从应用程序 A 向 B 提交表单。不幸的是,由于防伪密钥和 cookie 名称中包含 apppath,我无法在两个应用程序之间共享 cookie 和输入。有人知道如何解决这个问题吗?
在application.config文件中设置相关键。
查看相关答案:https ://stackoverflow.com/a/1577227/290343