什么是 ASP.NET 应用程序服务器?
过去两年我一直在 .Net 平台上工作,现在我将转向 .NET Web 开发。
我对应用程序服务器感到困惑。 它是什么? 什么是角色? 它与 Web 服务器有何不同?
在 Windows 中是否有像 Tomcat 和 Apache Server 这样的应用程序服务器程序? 我阅读了维基百科和MSDN,没有任何关于应用程序服务器的明确文档。所以请告诉我哪里可以消除我的疑虑。 有什么好的链接吗?
I've worked on the .Net platform for last two years and now I'm moving on to .NET Web development.
I am confused about the Application server.
What is it ?
What are Roles?
How is it different from the Web server?
In Windows is there any Application Server program like Tomcat with Apache Server?
I read Wikipedia and MSDN, there is no any clear documentation regarding Application Server. So please advise me where I can clear my doubts.
Is there any good link?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为 AppFabric 就像应用程序服务器(AppFabric 信息)。希望这个链接对您有帮助。
I think AppFabric is like application server (AppFabric info). Hope this link helps you.
应用程序服务器这个术语有点模糊 - 通过 Wikipedia
它还解释了网络应用程序的术语:
根据这些定义并与 Java 世界中的应用程序服务器进行比较,.NET Framework 以及来自窗口服务器(例如 IIS/Web 服务器)的基础结构支持将成为应用程序服务器。
The term application server is a bit vague - going by Wikipedia
It also explain the term for web applications saying
Going by these definitions and comparing with app servers from java world, .NET Framework along with infrastructure support from window server (e.g. IIS/Web Server) will be an application server.
有一些用于基于 Windows Web 的应用程序的独立应用程序服务器。例如 NeoKernal。
但是,默认情况下,IIS(任何版本)同时充当应用程序服务器和 Web 服务器。
仅当您参与复杂/高级部署时,这才有意义。当您为特定网站(专用/非专用)设置权限和线程池等时,IIS 内的应用程序服务器就会发挥作用。
只需放松,安装 Visual Studio 并开始构建:)
There are some standalone Application Servers for Windows Web based applications. Such as NeoKernal.
However, by default IIS (any version) doubles up as an Application Server and a Web Server.
This is only relevant when you get involved in complex / advanced deployments. The application server inside IIS comes into play when you set permissions and thread pools for a particular website (dedicated / non dedicated) etc.
Just relax, install Visual Studio and start building :)
Internet信息服务(IIS)是Windows上的应用服务器,类似于Tomcat
Internet Information Services (IIS) is the application server on Windows, being similar to Tomcat