In order to use RapidSpell Web ASP.NET with ASP pages (or .html etc), the .NET framework must be installed on the web server. Version 4 uses Javascript to setup the spell checker on the user page, so it can be deployed with any framework, from basic .html, through ASP and ASP.NET to MVC and AJAX. |
|
1. Firstly you'll need to create a new IIS application, eg. 'rapidspellapp'. It will need to use either ASP.NET v2 or v4 (you can use v1 if you need). 2. In that application’s folder, create a bin folder and a folder called 'Keyoti_RapidSpell_Web_Common'. 3. In the bin folder, copy our DLLs (depending on the .NET version your IIS app uses -.NET 4/4.5: Keyoti.RapidSpellWeb.ASP.NETv4.dll and Keyoti.RapidSpellMDict.dll -.NET 2: Keyoti.RapidSpellWeb.ASP.NETv2.dll and Keyoti.RapidSpellMDict.dll (you can find these DLLs under our install dir, eg. c:\Program Files (x86)\Keyoti Inc\RapidSpell Web .NET v4\NETCLR_v2_BIN or NETCLR_v4_BIN) 4. In the Keyoti_RapidSpell_Web_Common, copy the contents of c:\Program Files (x86)\Keyoti Inc\RapidSpell Web .NET v4\Keyoti_RapidSpell_Web_Common That should be all that is needed for setup. Then you can use it on your ASP page. 1. Reference our scripts by adding this to the head of your ASP <script type="text/javascript" src="/rapidspellapp/Keyoti_RapidSpell_Web_Common/RapidSpell-DIALOG.js"></script> <script type="text/javascript" src="/rapidspellapp/Keyoti_RapidSpell_Web_Common/RapidSpell-AYT.js"></script> The as you type spell check should now be enabled for all textboxes on the page. If it does not work please send your error to support @ keyoti.com To proceed further, use the general help, especially 'examples->client side usage' https://keyoti.com/products/rapidspell/dotNetWeb/spell-checker.htmlDocumentation4/index.html |