Compiled Help File (CHM) display in ASP

  • Thread starter Thread starter Sushil Prasad
  • Start date Start date
S

Sushil Prasad

I am having problem in displaying the compiled help file. In asp.net app I
have link button laballed help. On the users click of this button i do the
respose.redirect to the url of the .chm file.
The error message on the web page i get is Action Cancelled. I do see the
left panel of help file that has the contents. The right panel is the one
that is not appearing.
Also this help file does display and work well when i browse it from the
windows directory but i get the same error as i get in asp.net application
when i browse it from the Internet Informaiton Service (IIS) manager.

Can someone help me on this. The help file was created by me.
 
Are you talking about ASP ?
If so, please post at : microsoft.public.inetserver.asp.general

If you're talking about ASP.NET, please specify ASP.NET in your posts.
This will help you, as well as anybody who reads your posts.

ASP and ASP.NET are different web platforms,
and this newsgroup is dedicated to ASP.NET, not to ASP.

Thank you for your cooperation.



Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 
My application is in vb.net..


Juan T. Llibre said:
Are you talking about ASP ?
If so, please post at : microsoft.public.inetserver.asp.general

If you're talking about ASP.NET, please specify ASP.NET in your posts.
This will help you, as well as anybody who reads your posts.

ASP and ASP.NET are different web platforms,
and this newsgroup is dedicated to ASP.NET, not to ASP.

Thank you for your cooperation.



Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 
Sushil, Back in August a Microsoft security patch, MS05-026 disabled
application access to .chm files. To correct this we put our .chm files on a
shared network folder and the apps point to the.chm in the new location.
Here's the url to the kb article:

http://support.microsoft.com/kb/896358

Regards, Jim
 

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