I'm working on a classic asp page, which executes a separate script.  
The goal is to have the server execute code which the user will not 
have to wait for the completion of.  This separate script would also 
generate an email at the end, using CDO.Message.  As a proof of 
concept, I created an ASP page that uses WScript.Shell, to run 
cscript.exe in order to kick off a .wsf file, which contains the email 
code.  -But it doesn't work, and I don't know why.  

-I can execute the .wsf script locally, using cscript from a command 
line.  -I know the server is configured correctly to send email, 
because if I copy and paste the email code into the initial asp page, 
it works.  But when I try to execute the wsf from the asp, it no 
longer works.  Can anyone explain why?  I'm new to ASP, so would 
appreciate hearing other methods of executing asynchronous scripting, 
other than the method I'm attempting to use.  Hope that's enough 
information, thanks in advance...







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to