自定义Web服务器 [英] Custom Web Server

查看:163
本文介绍了自定义Web服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个在服务器上运行的简单的小vb.net应用程序。我想

让用户作为网页登录并查看一些状态信息。我想b / b
想避免使用IIS,因为应用程序可能安装在机器上

不运行此服务。有关最佳路线的建议吗?


谢谢。


-Rob T.

I have a simple little vb.net app that runs on a server. I would like to
have users log into it as a web page and view some status information. I
would like to avoid using IIS since the app may get installed on machines
that don''t run this service. Any suggestions on the best route to take?

Thanks.

-Rob T.

推荐答案

查看ASP.NET上的Cassini项目,它是一个用.NET编写的开源Web服务器

" Rob T" < RT ********* @ DONTwalchemSPAM.com>在消息中写道

新闻:美国************** @ TK2MSFTNGP11.phx.gbl ...
Look at the Cassini project on ASP.NET its an open source web server written
in .NET
"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:uS**************@TK2MSFTNGP11.phx.gbl...
我有一个简单的小在服务器上运行的vb.net应用程序。我想让用户作为网页登录并查看一些状态信息。我想避免使用IIS,因为应用程序可能会安装在不运行此服务的机器上。有关最佳路线的建议吗?

谢谢。

-Rob T.
I have a simple little vb.net app that runs on a server. I would like to
have users log into it as a web page and view some status information. I
would like to avoid using IIS since the app may get installed on machines
that don''t run this service. Any suggestions on the best route to take?

Thanks.

-Rob T.


*" Rob T" < RT ********* @ DONTwalchemSPAM.com> scripsit:
* "Rob T" <RT*********@DONTwalchemSPAM.com> scripsit:
我有一个在服务器上运行的简单的小vb.net应用程序。我想让用户作为网页登录并查看一些状态信息。我想避免使用IIS,因为应用程序可能会安装在不运行此服务的机器上。有关最佳路线的建议吗?
I have a simple little vb.net app that runs on a server. I would like to
have users log into it as a web page and view some status information. I
would like to avoid using IIS since the app may get installed on machines
that don''t run this service. Any suggestions on the best route to take?




也许Cassini正是您所寻找的:


< URL: http://www.asp.net/projects/cassini/download/?tabindex=0&tabid=1>


-

MS Herfried K .Wagner

MVP< URL:http://dotnet.mvps.org/>

VB< URL:http://dotnet.mvps.org/ dotnet / faqs />



Maybe Cassini is what you are looking for:

<URL:http://www.asp.net/projects/cassini/download/?tabindex=0&tabid=1>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


Rob,


这听起来像是一个有点奇怪的解决方案。至于我理解你,而不是你需要远程处理,而且用户可以使用来自你的小vb.application的信息



http:/ /msdn.microsoft.com/library/de...meremoting.asp


使用网页进行操作会使你的小vb.application变得严重
webserver。


当你想使用HTML时,因此你在本地计算机上没有任何来自

的网络服务器,因此你在

服务器上需要一些IIS作为IIS(这是它的标准功能)。你必须将你的小vb.application的输出至少放在文件,数据库或其他任何东西中。


只是我的想法


Cor
Rob,

It sounds as a little big strange solution you are making. As far as I
understand you than you need remoting and than the users can use information
from your little vb.application.

http://msdn.microsoft.com/library/de...meremoting.asp

Doing it with a webpage would make from your little vb.application a serious
webserver.

And when you want to use HTML for it, therefore you have nothing from a
webserver on the local computer, therefore you need something as IIS on your
server (which is a standard feature of that). You have than to put at least
the output from your little vb.application in a file, database or whatever.

Just my thought

Cor


这篇关于自定义Web服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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