Welcome to the Demonstration of SpellServer.NET

This web application is designed to demonstrate the features and functionality of SpellServer.NET - a .NET spell-checking class library.

This ASP.NET application is comprised of three pages:

InitialPage.aspx The page you are currently looking at.  This page will typically be replaced by a page in your current web application, as it serves only to collect the text that should be checked.
Correct.aspx The main spell checking page in the application.  This page uses SpellServer.NET to search for the next misspelled word, and presents that word, its suggested replacement strings, and various possible actions for the user to take.  When the entire string has been spell-checked, this page forwards the user to the next page of your application (in the case of this demonstration, we use the Finish.aspx page).
Finish.aspx This page serves only to display the final results of the spell-checking.  It will always be replaced with your own page (one that continues processing with the now spell-checked text).



Enter the text you wish checked here:




Styles for this page are kept in Styles.css.

Spell checking options (things like "Ignore Case", "Ignore HTML", etc) are stored in web.config.

The current settings are:

Ignore All Caps: True
Ignore Case: False
Ignore words with numbers: True
Ignore Internet Addresses: True
Ignore HTML: True