Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have a simple ASP page with different links. I am trying to have the links on the page open a PDF document that gets constructed by an executable (vb.net). The VB code has to run on a separate server (outside the DMZ).

How do I go about making the links prompt the server to execute my VB code and pass it some values? Also, how can I signal the ASP page to open the requested PDF when my VB code is done processing?

Thanks a lot for your time!
Posted
Comments
[no name] 25-Jun-12 17:45pm    
You are not thinking about Process.Start are you?
Sergey Alexandrovich Kryukov 25-Jun-12 23:55pm    
Aha, executing some application on server side? What would be the point?
--SA
fadyb 26-Jun-12 13:29pm    
Process.Start won't help me.
I need to execute on the server to have access to the database behind the firewall.
Steve Maier 26-Jun-12 13:27pm    
Can you change the vb.net exe at all or is it someone elses code?
fadyb 26-Jun-12 13:29pm    
It doesn't have to be in VB. Any .net will do. Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900