Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a file by running an Exe from within Web app
Message
From
27/06/2012 12:33:39
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01547061
Message ID:
01547071
Views:
38
I believe it should be possible. Start by looking at the Process class (http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start.aspx) to run your VFP executable and use Response.WriteFile (http://msdn.microsoft.com/en-us/library/system.web.httpresponse.writefile.aspx) to return the file to the user.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform