html-based help for ASP.NET applications

  • Thread starter Thread starter kbrickey
  • Start date Start date
K

kbrickey

What tool does Microsoft provide for developing html-based online help such
as might be used along with an ASP.NET web application?

Thanks,

Keith
 
HTML Help :

http://msdn.microsoft.com/library/d...us/htmlhelp/html/vsconHH1Start.asp?frame=true

Although you can compile HTML Help files to .chm format,
you can also create a hierarchical online help system to be used online.

Check out the overview at :
http://msdn.microsoft.com/library/d...-us/htmlhelp/html/vsconOverweb.asp?frame=true





Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

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