Differences

This shows you the differences between two versions of the page.

how_to_run_licensed_spellchecker_system_on_windows_2003_server [2009/03/23 08:47]
127.0.0.1 external edit
how_to_run_licensed_spellchecker_system_on_windows_2003_server [2010/08/25 09:59] (current)
zhora
Line 1: Line 1:
====== How to run SpellChecker application on Windows 2003 Server ====== ====== How to run SpellChecker application on Windows 2003 Server ======
-  * Allow CGI script to run on your IIS Server. +  * Allow SpellChecker.net CGI script to run on your IIS Server. 
-After activation, IIS Server included in Windows 2003 disables for security reasons all web server extensions, including CGI extension that our application heavily relies on.+After initial installation, IIS Server included in Windows 2003 disables for security reasons all web server extensions, including CGI extension that SpellChecker.net application heavily relies on.
-In order to enable these extension, open IIS Manager and locate the "Web Service Extensions" node in the tree on the left panel. After you click this node, you will see all the extensions installed for your IIS. Select "All Unknown CGI Extensions" and click "Enable" button. +In order to enable SpellChecker.net CGI script, open IIS Manager and locate the "Web Service Extensions" node in the tree on the left panel. After you click this node, you will see all the extensions installed for your IIS. In the extensions window click "Add a new Web service extension...", type “spellchecker.net web interface” in the Extension name field (or any other suitable name), click Add button, type or choose “path to file” - C:\Program Files\WebSpellChecker\WebComponents\WebInterface\script\ssrv.cgi and click ok, then mark checked "set extension status to allowed" and click ok.
-**Warning:** This change will enable CGI files on your entire Web site, not only for the SpellChecker system. +  *  Check that SpellChecker.net WebInterface works.
- +
-  *  Check that SpellChecker works.+
In your browser, open the following URL: In your browser, open the following URL:
-http://<your_spellchecker_server>/spellcheck/sproxy/sproxy.cgi?cmd=ver +<code> 
-If you have enabled CGI correctly, you will see the version of the installed sproxy +http://<your_spellchecker_server>/spellcheck/script/ssrv.cgi?cmd=ver 
 +</code> 
 + 
 +If you have enabled CGI correctly, you will see the version of the installed Web Interface core script (ssrv.cgi) 
-**Note for Windows 2003 users:** By default, JavaScript is disabled for all sites if Internet Explorer is used in Windows 2003. To use the SpellChecker service, add the site to the "Trusted sites" security zone in Internet Explorer.+**Note for Windows 2003 users:** By default, JavaScript is disabled for all sites if Internet Explorer is used in Windows 2003. To use the SpellChecker application, add the site to the "Trusted sites" security zone in Internet Explorer.