Showing Windows Forms in the ASP.NET process

L

Laser Lu

Thanks for looking at this post:)

Does anyone knows how to make the asp.net process runs in the
UserInteractive mode?
I just want to show some Windows Forms in my asp.net application on the
server side to capture and display application monitoring messages, as
Windows Forms will display realtime messages much more easily than Web
Pages.

Can anybody help me? Thanks a lot!

Laser Lu
 
R

Ravi Ambros Wallau

I believe that it's much better to create a monitoring application... Show a
Windows Forms, I really don't know if it's possible, but it really looks not
recomendable for me...
 
L

Laser Lu

As you know, the asp.net process is started by the World Wide Web Publishing
service (inetinfo.exe). So I tried to turned on the "Allow service to
interact with desktop" option for that service, but it still doesn't work.
It seems there is no place to setting the starting options for the asp.net
process in Windows:(
 
L

Laser Lu

By the way, can anybody tell the reason why user interaction should be
disabled for asp.net process?
Will it lead the process to run slower? Or for some safety reasons?

Forgive my gab, I just wanna learn more and have a deeper understand:)
Any replies would be appreciated!
 
H

Hans Kesting

By the way, can anybody tell the reason why user interaction should be
disabled for asp.net process?
Will it lead the process to run slower? Or for some safety reasons?

Forgive my gab, I just wanna learn more and have a deeper understand:)
Any replies would be appreciated!

IIS usually runs on a server. This means that 99% of the time, nobody
is logged in. Where would you want to show those screens then?

Hans Kesting
 
L

Laser Lu

IMPO, the functionality should be provide as a advanced option instead of
disabling it, as it is not hard to provide, since there is 1% chance to use.
If it is totally forbidden, really an inconvenience will it be for that 1%
users:)
 
S

Steve B.

Add to your app some endpoints to monitor the app (webservice for example).

Create an application that query the WS to display messages...

You can also implement other messaging system (smtp for simple messages,
msmq=, etc.)

But do not forget the web page is created at each request...

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top