calling exe from asp.net
Hello everyone,
I have a asp.net application which needs to send appointments. I have a VB6 application which we use to send the appointments. Now, how do I call my VB6 application from the asp.net application?
I have tried the following and it does not work.
eg:1)
System.Diagnostics.Process.Start("C:\Inetpub\Wwwro ot\WATS\bin\WATS_APPOINTMENT.EXE")
eg:1)
intShell = Shell(Server.MapPath("bin\WATS_APPOINTMENT.EXE"), AppWinStyle.Hide)
If anyone out there know how to do this please, help me.
A.Delcy
Web Administrator
Canada
__________________
A.Delcy
Developer
Canada
|