Calling C# Windows application from JavaScript

M

muralidhargvn

Hi,

I have an asp application with business logic written in JavaScript
file. Also I had created a C# windows application. Now I want to call a
method of my C# application from the JavaScript function. Can anyone
help in solving my problem?

Thanks,
GVN.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

You cannot do that, your app is running in a browser window it has no access
to the local machine (big security issues if it did)

What is exactly what you want to do?

There could be several way-around like using ActiveX in your page but I
would try to solve it in some other way?
 

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

Top