launch application from dotnet

  • Thread starter Thread starter R Ren
  • Start date Start date
R

R Ren

I am new to dotnet. Is there a way to open an application on the client
through internet explorer. We know that we can accomplish it on the server
sidem but not on the client?

Thanks
 
* "R Ren said:
I am new to dotnet. Is there a way to open an application on the client
through internet explorer. We know that we can accomplish it on the server
sidem but not on the client?

The file must be downloaded to the client.

In future:

Introducing Client Application Deployment with "ClickOnce"
<URL:http://msdn.microsoft.com/netframework/?pull=/library/en-us/dnwinforms/html/clickonce.asp>

Currently:

<URL:http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbtchno-touchdeploymentinnetframework.asp>
 
Ren,

It all has to do with your security settings on the client and/or pluggins
that are added to IE.
Normally and in a lot of cases when it is well this is prohibited.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top