Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling .Exe to run on server 2

Status
Not open for further replies.

tdong

Programmer
Mar 12, 2004
112
CA
Hi

How would one to call an execute program from asp .net

example I have an asp.net page asking username and password after check I will call an vb6 program and execute it on the server the user doesn't need to see anything the vb6 program just generate some report and save it into some network drive.

I just need the vb program to run on the server generate the report and exit

Thanks a bunch
 
* I do not know if this works *


Make sure that you have permissions to execute on the server. Then use the System.Diagnostics.Process and specifically the .Start method, to launch any file.
 
Also, check out the FAQ's: faq855-5802


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Thanks i will give it a try next weeks :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top