launching .net windows application from web page in windows 2003 -
09-26-2007
, 08:10 AM
I have written windows application using vb.net and framework 1.1. I
need to launch it from web application which is written in asp.
Windows applications are in web server.
I have given hyperlink in asp page and when the link is clicked, it
has to launch windows applications.
A DLL, which is written in Visual basic 6.0, is used to launch
windows application.
the path is given in the link like this
LaunchApp('\\\\md-rajanj\\Devapps\\NewGenerationTools\\AudioPop\
\AudioPop.exe')
It launches applications that are written in VB6.0, but does not
launch vb.net applications. It locates the path of the windows
application but throws error as
given below. I set FullTrust permission also using caspol utility for
the folder in the share. but still I get error shown below.
caspol -m -ag 1.2 -hash SHA1 -file \\md-rajanj\devapps
\newgenerationtools\authenticator\authenticate.exe FullTrust
But it works well in Windows XP, but not in Windows 2003 server.
---------------------------
AudioPop.exe - Common Language Runtime Debugging Services
---------------------------
Application has generated an exception that could not be handled.
Process id=0x13f0 (5104), Thread id=0x125c (4700).
Click OK to terminate the application.
Click CANCEL to debug the application.
---------------------------
OK Cancel
---------------------------
Please help me out to fix this issue.
Thanks in advance |