-
Help System
Hi,
I made a website based on ContentSite from ASP.NET website using a n-Tier framework (based on Dumawich).
The Hosting Engine is able to host multiple websites on a single IIS website using domain header, dynamic page loading (all pages and content is stored in a database), has building SMTP/POP3/IMAP4 mailserver and buildiing FTP Server.
Im about to release a first beta version of it.
The full framework is made so there can be made extra modules very fast and easy.
Therefore im building an SDK distribution.
I made the HTML files for each namespace, component, class, methods, event, enum, structure, .....
Now i need to put all these files into a nice looking help file.
So im looking for a good program for building help files (HMTL Help Workshop is to limited) or information about the help projects in visual studio 2003.
I prefer the VS.NET help integration kit, cause it can be integrated with VS.NET help including dynamic help topics.
The only problem with that is that i can make i fully working :(
Its the first time i build helpfiles :)
VS.NET Help Integration Kit: http://msdn.microsoft.com/library/de...conoverweb.asp
Greets Nightmare