如何合并两个不同的 Web 应用程序

发布于 2024-12-01 05:05:25 字数 216 浏览 2 评论 0原文

我们有 2 个不同的 ASP.NET 应用程序。 一份应用程序应显示特定信息(A),另一份应用程序应显示其他信息(B)。这两个应用程序来自不同的开发人员。一种是 MVC(A),另一种是 Asp.net(B)。 现在我想在B应用程序中添加一个菜单来控制A应用程序。因此,如果我单击一个按钮,应用程序中的框架应随 A 应用程序的 Url 更改。 我们的问题是我们无法合并代码。

我不想使用 IFrame。

We have 2 different ASP.NET applications.
One Application should show specific information(A) and the other one should show other information(B). Both applications are from different developers. One ist MVC(A) and the other one is Asp.net(B).
Now I want to add a menu in B application to control the A application. So if i click on one button, a frame in the application should changed with the Url of the A applation.
Our problem is that we can't merge the code.

I don't want to use IFrames.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时间你老了 2024-12-08 05:05:25

也许查看 IIS 中的虚拟目录

http://support.microsoft.com/kb/172138

Maybe look into virtual directories in IIS

http://support.microsoft.com/kb/172138

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文