两个点网应用程序的集成 [英] Integration of two dot net applications

查看:69
本文介绍了两个点网应用程序的集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用Web服务集成两个dotnet应用程序?
一个主应用程序具有单独的Db(MainDB1),而子应用程序具有单独的Db(SubDB2).

但是要求是,子应用程序依赖于主应用程序(MainDB1)的某些表.因此,子应用程序必须从Main DB获取一些值.如何实现这一目标?

请举例说明一下.

在此先感谢您.

How to integrate two dotnet applications using web services?
One main application is having seperate Db(MainDB1) and sub application is having separate Db(SubDB2).

But the requirement is, Sub application depends on some tables of Main application(MainDB1). So sub application has to fetch some values from Main DB. How to achieve this one?

Just clarify me with some example.

Thanks in advance.

推荐答案

您并没有真正集成"这两个应用程序.您实际上只是在共享数据".在app2中编写适当的数据检索代码,并对其进行修改.您将不得不这样做.
You''re not really "integrating" the two apps. You''re actually just "sharing data". Write the appropriate data retrieval code in app2 and be doenn with it. You''re making it harder that it has to be.


^ ]你去.
如另一个答案中所述,进行搜索,您会发现大量的链接.
Here [^] you go.
As mentioned in another answer, search and you will find tons of links.


这篇关于两个点网应用程序的集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆