If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Running a Executable (simple exe) from ASP.NET page

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-08-03, 22:08
codefreak codefreak is offline
Registered User
 
Join Date: Sep 2003
Posts: 10
Running a Executable (simple exe) from ASP.NET page

Hi,
I have a very simple exe living on the server local system. I want to run this exe from a ASP.NET web page.
I tried chnaging the IIS setting to allow execute scripts and exe and also tried different types of directory security settings in IIS for my website.
But still it doesnt work.

How can I run exe from my ASP .NET page?

Thanks.
__________________
Thanks.
Reply With Quote
  #2 (permalink)  
Old 12-10-03, 08:24
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Well here's what works for classic ASP (and ASP.NET perhaps is similar):

CodeTip to run Windows Scripting host files from ASP - 4/2/2000
http://www.aspfree.com/examples/1594,1/examples.aspx

WshShell
Scott Mitchell - 5/14/2001 4:07:58 PM
http://www.aspmessageboard.com/forum...13545&F=27&P=1

4GuysFromRolla.com : ASP FAQS : The Nature of Things
Question: How can I call an executable program from my ASP page? by Bill Wilkinson - 10/17/2000
http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=67

Executing Applications on a Server Through an ASP Page
Example: Getting Latest Versions From VSS [Micorsoft Visual Source Safe] by Neema Moraveji - 7/21/1999
http://www.4guysfromrolla.com/webtech/072199-2.shtml

How to Ping Using ASP by Bart Silverstein - 10/29/1998
http://www.4guysfromrolla.com/webtech/102998-1.shtml
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #3 (permalink)  
Old 02-09-04, 22:42
josephrthomas josephrthomas is offline
Registered User
 
Join Date: Feb 2004
Location: Singapore
Posts: 1
Red face

ASP.NET is nothing similar.....
i tried to run all the links that you provided with ASP.NET...and i cant make it run at all...
do you have any idea how can i run the exe located on the server using ASP.NET???
tks a lot....
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On