Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Access Denied for HTML help file/.chm

Author  Topic 

bubberz
Constraint Violating Yak Guru

289 Posts

Posted - 2005-12-22 : 15:50:30
I am using the HTML help .exe to try to create help files for my ASP.NET app,

When I click on of my three buttons (below) to see the help files:

<input type="button" value="Show Help" onclick="window.showHelp('c:\\help\LabHTMLHelp.chm')">

  

<input type="button" value="Show Topic3" onclick="window.showHelp('c:\\help\LabHTMLHelp.chm::/Topic3.htm')">

  

<input type="button" value="Show Topic5" onclick="window.showHelp('c:\\help\LabHTMLHelp.chm::/Topic5.htm')">


...I get an "Access is Denied" script error.

I went into C:\help and made sure :
1. ASP.NET user had full priveledges
2. Sharing tab, then the folder was shared
3. All other users had full priveledges

Any suggestions?
   

- Advertisement -