HighTechTalks DotNet Forums  

launching .net windows application from web page

Dotnet Security microsoft.public.dotnet.security


Discuss launching .net windows application from web page in the Dotnet Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
jrr38mca@gmail.com
 
Posts: n/a

Default launching .net windows application from web page - 09-26-2007 , 06:11 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.
---------------------------
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
---------------------------

I set FullTrust permission also for the folder in the share. but still
I get above shown error.

caspol -m -ag 1.2 -hash SHA1 -file \\md-rajanj\devapps
\newgenerationtools\authenticator\authenticate.exe FullTrust

Please help me out to fix this issue.

Thanks in advance


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.