如何合并两个不同的 Web 应用程序
我们有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许查看 IIS 中的虚拟目录
http://support.microsoft.com/kb/172138
Maybe look into virtual directories in IIS
http://support.microsoft.com/kb/172138