How can I run another Local Application (developed application using c#) through ASP.net website and will send parameters to the Local Application(such as Name,source file)?
(I understand that there will be security risk for this but I will consider suggestions) Thanks in advance,
You can handle your own URL-protocol like Skype does:
then create a link
or try to redirect on the serverside
and handle it
EXAMPLE:
Local Application (c:\localapp.exe):
Registry:
Html: