Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Professional
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional 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 November 6th, 2006, 10:57 AM
Registered User
 
Join Date: Oct 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rajdotnet
Default execution of another file in asp.net problem

hi,

I have a ASP dot net application file which executes another exe which is written in 'C' language.

code is

------------------------------------------------------------------------------------------------------------------
Process proc = new Process();
               proc.StartInfo.FileName = path;
               proc.StartInfo.Arguments =" "+fileName;
               proc.Start();
-----------------------------------------------------------------------------------------------------------------

this c execute and read a flash file and write size etc of flash into a text file.

on my development server it is working fine.

but when i deployed it on windows 2003 server. now that text file is created but nothing is written in that file

i.e. 0 byte file. i thought it is a security related error so i set impersonation true using a account which has full rights

but problem is same.

i am unable to find the solution

Raj





Similar Threads
Thread Thread Starter Forum Replies Last Post
problem during execution of php program greenday Beginning PHP 2 November 12th, 2007 04:51 PM
Filter File Types in ASP.NET File Upload ramuis78 ASP.NET 2.0 Basics 2 May 31st, 2007 10:50 AM
Asynchronous Command Execution in ADO.NET 2.0 suresh_ala Visual Studio 2005 1 February 8th, 2007 10:31 AM
Flow of execution of .NET assembly? karveajit .NET Framework 2.0 0 December 18th, 2006 09:15 AM
file upload in ASP.net problem lpastor ADO.NET 1 September 15th, 2004 08:55 AM





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