Re: What is the best way to Invoke a java application from ASP.NET
From: Scott Allen (bitmask_at_[nospam)
Date: 10/21/04
- Next message: Kostia Grebelsky: "Re: Sesson_End called too early"
- Previous message: Cirrosi: "Re: User Has Access To File/Folder"
- In reply to: Aimee: "What is the best way to Invoke a java application from ASP.NET"
- Next in thread: bruce barker: "Re: What is the best way to Invoke a java application from ASP.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 11:09:42 -0400
Anybody accessing the web server would be able to execute the program
- but it's hard to judge the risk without knowing what the program
does, what it's input and outputs are, etc. I'd also be concerned
about the scalability of the solution - so I'd test with the number of
concurrent users you expect the site to see and make sure the process
doesn't drag the server down.
-- Scott http://www.OdeToCode.com/blogs/scott/ On 21 Oct 2004 06:20:54 -0700, lybbert@adelphia.net (Aimee) wrote: >I have created an ASP.NET (VB) website and need to invoke a command >line application (a Java app) when the user submits a form. What is >the best method for approaching this? > >I've read about using the Diagnostics.Process class. One user raised >a concern about the security hole this approach creates (because you >have to give the ASPNET user execute permissions). In a dedicated >hosting environment, what kind of risk would be raised by giving the >ASPNET user these permissions?
- Next message: Kostia Grebelsky: "Re: Sesson_End called too early"
- Previous message: Cirrosi: "Re: User Has Access To File/Folder"
- In reply to: Aimee: "What is the best way to Invoke a java application from ASP.NET"
- Next in thread: bruce barker: "Re: What is the best way to Invoke a java application from ASP.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|