Knowledgebase Home Page  >  RapidSpell Web ASP.NET  >  Troubleshooting
Search the Knowledge Base
How do I deploy the Keyoti_RapidSpell_Web_Common directory to a location of my choice?
https://keyoti.com/kb/Default.aspx?ToDo=view&questId=144&catId=58

Options

Print this page
Email this to a friend
The following is only relevant to .NET1.x.  Under .NET2+ the client files are embedded in the product DLLs.
 
If you deploy the Keyoti_RapidSpell_Web_Common directory to a location other than /Keyoti_RapidSpell_Web_Common (i.e. off the server root), then you will need to set the following properties for each control.
 
 
RapidSpellWebLauncher, RapidSpellWeb, RapidSpellWInline & RapidSpellWInlineTextBox
 
Set ClientFilesFolder
 
Eg. ClientFilesFolder = "/subdir/Keyoti_RapidSpell_Web_Common/"
 
This should be the absolute or relative path where the client files reside.  Note, that it's important to include the trailing slash.
 
 
RapidSpellWInlineTextBox, & RapidSpellWInline
 
For these controls, it is also vital to update the style sheets that are in the client files folder.
 
In menu.css look for
background-image: url(/Keyoti_RapidSpell_Web_Common/menu_back2.png);
 
and in rs_style.css look for
background-image: url(/Keyoti_RapidSpell_Web_Common/underline.png);
 
and change the URLs to the URLs of the image files as they will resolve on your server.
 
 
Note, this is also a way to customize the images used for the menu background and underline image.
 
 
Caveat: Take care not to override the changes to the stylesheets as you upgrade to future versions of this product.

Related Questions:

Attachments:

No attachments were found.