fengshui_1998,
I am using a local intranet here at work that is not connected to the internet.
The .exe file itself (written in VB 5.0) contains the destination directory for the spreadsheet file (this is how it knows where to store the .xls file). The destination directory is local to the user. However, the .exe file is stored on the same server that the ASP pages are stored.
Therefore, when I go to Windows Explorer and double click the .exe file (outputExcel.exe), it works properly (i.e., it takes the table that was created and exports that table into an .xls file that is stored on the user's local hard drive). However, when I try to call the .exe file from the ASP page it doesn't work properly. It doesn't appear in the Task Manager, and it doesn't create the .xls file.
I hope this helps....