ASP.NET服务名称? [英] ASP.NET ServiceName?

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

问题描述



有谁知道ASP.NET进程是否作为一个

WindowsService运行?如果是,那么什么是ServiceName?

感谢您的回复:)

Hi,
Does anyone know whether the ASP.NET process is running as a
WindowsService? If it is, then what''s the ServiceName?
Thanks for any replies:)

推荐答案

ASP。 NET进程是由IIS按需启动的,所以它没有一个

服务名称(虽然IIS确实如此,所谓的万维网

发布" ;)。


ASP.NET进程在2003服务器上被称为aspnet_wp.exe或w3wp.exe。


Josh
http://www.thejoyofcode.com/

The ASP.NET process is started by IIS on demand so it doesn''t have a
service name (IIS does though and that''s called "World Wide Web
Publishing").

The ASP.NET process is called aspnet_wp.exe or w3wp.exe on 2003 server.

Josh
http://www.thejoyofcode.com/


Josh,非常感谢!

另一个问题是:是否可以在

中运行asp.net进程UserInteractive模式?我试图打开允许服务与

桌面交互切换万维网发布服务,但它没有为b = b
工作。

因为我想在服务器端显示一些Windows窗体为此目的

捕获和显示一些应用程序监视消息。正如你知道的那样,windows表单可以比web

页面更容易地显示实时消息。 :)


" Laser Lu" < LA ****** @ hotmail.com>在消息中写道

news:%2 ****************** @ TK2MSFTNGP12.phx.gbl ...
Josh, thank you very much!
Another question is : is it possible to run the asp.net process in the
UserInteractive mode? I tried to turn on the "Allow service to interact with
desktop" switch for the World Wide Web Publishing service, but it doesn''t
work for the asp.net process.
Because I wanna show some windows forms on the server side for the purpose
of capturing and displaying some application monitoring messages. As you
know, windows forms can display realtime messages much more easily than web
pages. :)

"Laser Lu" <la******@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...

有谁知道ASP.NET进程是否作为WindowsService运行?如果是,那么什么是ServiceName?
感谢您的回复:)
Hi,
Does anyone know whether the ASP.NET process is running as a
WindowsService? If it is, then what''s the ServiceName?
Thanks for any replies:)



嗯......我不是相信ASP.NET工作进程可以在
UserInteractive模式下运行,但是你还有其他几个选项。


如果你只是想看看简单的调试/跟踪消息使用DebugView.exe

可从 www.sysinternals.com

http://www.sysinternals的.com /公用事业/ debugview.html)。这将显示写入System.Diagnostics.Trace的任何消息(我认为调试太多

),甚至可以连接到远程服务器。


Josh
http://www.thejoyofcode.com/

Hmm... I don''t believe ASP.NET worker process can run in
UserInteractive mode but you have a couple of other options.

If you just want to see simple debug/trace messages use DebugView.exe
available free from www.sysinternals.com
(http://www.sysinternals.com/utilities/debugview.html). This will
display any messages written to System.Diagnostics.Trace (and Debug too
I think) and can even be connected to remote servers.

Josh
http://www.thejoyofcode.com/


这篇关于ASP.NET服务名称?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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