I am trying to display an chm help file to the users in the web page.
Adding a link only invokes the file to be downloaded.
How is this implemented in asp.net mvc?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you need to display it as an HTML page – or let the user download it and then open it.
Or save it into PDF format… But websites don’t generally open CHM files.