如何在网站上显示应用程序 [英] how to show an application on website

查看:129
本文介绍了如何在网站上显示应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想向访问我网站的用户显示在服务器中运行的程序,例如 browserstack

如何才能完成这项工作?

i want to show a program that is running in a server to users that visit my site, something like browserstack
how can i do this work?

推荐答案

首先,所有Web应用程序都在Web服务器上运行,并且它们对服务器的控制和访问权限有限。 Web应用程序的用户使用Web浏览器访问Web应用程序的Web页面。



为了在Web应用程序中显示有关应用程序的报告在您的服务器上执行,您可以使用下一个解决方案:



1.实现必须安装在您要监视的服务器上的Windows服务支持,并在服务应用程序读取有关服务器上运行的应用程序的信息的逻辑。此服务应用程序应通过实现Web服务(或通过实现WCF服务更好)与Web应用程序通信;



2.您的Web应用程序必须扩展为can访问Web服务(或必须是WCF客户端),然后将结果(由服务应用程序提供)用于将在用户请求中显示的报告。
First all web application are running on web servers and they have limited controls and access on the servers. The users of the web application are using web browsers to access the web pages of the web application.

In order to show reports in your web application about the applications that are executing on your servers you could use the next solution:

1.Implement a windows service supplication that must be installed on your server that you want to monitor, and implement in the service application the logic that read the information about the application that are running on the server. This service application should communicate with the web application by implementing a web service (or better by implementing a WCF service);

2.Your web application must be extended to can access the web service (or must be the WCF client) and then to use the results (provided by the service application) into a report that will be shown at the user request.


这篇关于如何在网站上显示应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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