0

Can anyone suggest how to check whether an application is installed on client in ASP.Net application.

As asp.net runs on server, I believe it should be done using some client side scripting.

Any suggestion?

Thanks, Naresh

0

1 Answer 1

3

This is only possible if you can run an ActiveX component on your page -- a component that the end user will have to install on his machine, to give it permissions to read the Registry.

JavaScript itself (or VBScript) cannot read values from the Registry, and it cannot access the client PC's file system, so it cannot find out what is installed.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.