Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

RE: CHM file download

Subject: RE: CHM file download
Date: Thu, 30 Sep 2004 09:59:21 +0100
Why not stream the CHM in once from within your EXE using System.Net.WebRequest?

ie. When the user first presses F1, you check to see if the CHM is available 
locally. If not you stream it down to the user's hard
drive, and then show it.

Best regards,
Ian




-----Original Message-----
From: Sandeep Singh Rawat [mailto:ssrawat@quark.co.in] 
Sent: 29 September 2004 05:33
To: V. Poddubnyy; Sandeep Singh Rawat; security-basics@securityfocus.com
Cc: webappsec@securityfocus.com
Subject: RE: CHM file download

Hi,

        Yeah that is also an option but chm file will be downloaded once,
and will be opened quickly once downloaded, while html files will increase
the response time. We are planning to use html files if chm file doesn't
work. 
        My application is a windows application (.NET exe) and user will be
launching it through browser, help will be provided on pressing F1 or by
Help Menu.
 
Thanks & Regards
Sandeep Singh Rawat

-----Original Message-----
From: V. Poddubnyy [mailto:vpoddubniy@mail.ru] 
Sent: Wednesday, September 29, 2004 3:00 AM
To: 'Sandeep Singh Rawat'; security-basics@securityfocus.com
Cc: webappsec@securityfocus.com
Subject: RE: CHM file download

Hello,

Why not to use simple html files?

See http://www.edonkey2000.com/documentation/index.html for an example.

--
Best regards,
 Vladimir Poddubnyy 

-----Original Message-----
From: Sandeep Singh Rawat [mailto:ssrawat@quark.co.in] 
Sent: Tuesday, September 28, 2004 8:25 AM
To: security-basics@securityfocus.com
Cc: webappsec@securityfocus.com
Subject: CHM file download


Can anybody tell me how can I make a .chm file downloadable 
from IIS without showing any warning message. I've got IIS 
5.1 on Windows XP machine. 
What I want exactly is to share my .NET application on a 
remote server and let the user launch it through his web 
browser. When I try opening help it tries to open abc.chm but 
shows a warning message, which ask user for saving or opening 
the file. In my application I'm using showHelp() method.


Thanks & Regards
Sandeep Singh Rawat

 




<Prev in Thread] Current Thread [Next in Thread>