Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 8th, 2006, 11:43 AM
Banned
 
Join Date: Jul 2005
Posts: 317
Thanks: 0
Thanked 0 Times in 0 Posts
Default Calling an executable file from ASP.NET

I'm developing my site with ASP.NET with the use of Web Matrix/Notepad. I'm using VB syntax. We would like to call an executable file on a webpage for an on-the-fly photo.

Basically, we have photo paths stored in our DB table, and the actual photos are stored outside of a database. We currently have an executable job that optimizes the photo, and adds a label before it's viewed by the user. This is currently all done in ASP statically.

But we'd like to create a function that will do the following:
1) Pull the path from the DB
2) Save that photo to a temp folder
3) Run an executable file against that photo
4) Display the optimized photo for the user online

We have everything set up except for the calling of the executable file. So how can I call an executable file from a function within ASP.NET? And how could I then call that function from the actual web page display? Any and all help would be great. Thanks.

KWilliams





Similar Threads
Thread Thread Starter Forum Replies Last Post
Calling .NET Assembly to write a file gp_mk SQL Server 2005 0 June 8th, 2007 04:54 AM
Calling com component from Asp.net 1.1 Salma Hanif Shaikh ASP.NET 1.0 and 1.1 Basics 0 June 9th, 2006 07:20 AM
calling .exe from asp.net c# vishwanath.yr ASP.NET 2.0 Professional 0 June 5th, 2006 04:18 AM
Calling a .exe or .vbs file from ASP komalac Classic ASP Basics 1 September 16th, 2004 03:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.