Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

calling executable on ASP page using Process.start
I have seen a number of posts (most dating back to 2002 regarding
using System.Diagnostics.Process.Start() from an aspx page to call an
executable on the server - my code does not seem any different from
examples I have seen but I simply cannot get anything to happen
whatever executable I try to call. On a simple aspx page with one
button this is the button click method
the remmed out portions are, as far as I can see just different ways
of doign the same thing. Is it to do with the IIS config perhaps? its
set to allow executables on localhost
private void Button1_Click(object sender, System.EventArgs e)
{
//oP = new System.Diagnostics.Process();
//oP.StartInfo.FileName=@"c:\gwave426";
//oP.Start();
System.Diagnostics.Process.Start("Iexplore.exe");
}

TIA
John Murray

Report this thread to moderator Post Follow-up to this message
Old Post
John Murray
08-24-04 09:41 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

C# archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:53 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.