Installing NetVIOS EditBox

Contents
Installing the Working Files
Installing the DLL (for the server or web host)
Uninstalling the DLL

Component Installation Issues

Activating the Object

TroubleShooting

System Requirement:
IIS 5.0 and above
PHP, ASP or ASP.Net

If you are running the NetVIOS Editbox that comes by default with NetVIOS 2.2 or NetVIOS Portal 2.1, then you do not need a separate installation. Installing NetVIOS will give you access to the programs that generate the feature-rich editbox. However, if you are running the standalone version, follow the installation instructions below:

 

  1. Unzip the installation file.
    The file will compose of a dll NetVIOSEditbox.dll and files in a subfolder called NetBox
    The NetBox subfolder will contain the files (palette.asp, inserttable.asp, and license.asp and a folder called images)
  2.  

    INSTALLING WORKING FILES

  3. Copy (or ftp) the folder NetBox and its subfolder as-is to your web directory.
  4. Get your service provider to install the component NetVIOSEditBox.dll on your server (Most ASP or Windows hosting outfits will do this for youst no cost. If you run into problems here, contact NetVIOS and we will arrange with your host to install this component).

 

INSTALLING THE DLL

For the Web Host (unless you host your own server)

  1. Simply copy the NetVIOSEditBox.dll into your \WinNT\system32 folder
  2. Or

  3. Copy the file into a folder created by you for commercial components.
  4. Make sure the Insternet user (IUSR_ComputerName) has access to the dll.
  5. Declare the dll with the command
    regsvr dllpath
    (where dllpath is like C:\Components\NetVIOSEditBox.dll)

 

UNINSTALLING THE DLL

  1. Enter the command
    regsvr dllpath /unregserver

 

 

COMPONENT INSTALLATION ISSUES (for web server hosts)

For some Windows 2000 servers, you may need to go into component services to declare the component. (Let us know if you have this problem) This is the procedure:

  1. Open up the Component Services (Start → Programs → Administrative Tools → Component Services).
  2. Expand the Computer and My Computer folder until you see the COM+ folder.
  3. Right Click on COM+ Applications and Select New (Open in a new window if this option is unavailable).
  4. Select Application from the New menu
  1. Click Next
  2. Select Create An Empty Application
  3. Give the application a name such as "NetVIOSEditBox" and select the Library Application option
  4. Allow the Interactive User to access the application by selecting the Next button
  5. Click Finish to complete the new application creation
  6. Now expand the COM+ Application List
  7. Expand the application you just created
  8. Select the Component folder under this application
  9. Right click on the Components folder (when it is selected) and click on the New option (click Open in a New Window if this option is unavailable)
  10. Select the Component Option
  11. A New Component Wizard is presented
  12. Select the "Install New Component" option and locate the dll.
  13. Follow the steps to complete the process.
  14. When completed, right click on the exact component you have created.
  15. Under the Security tab, make sure to turn off the option to enforce component level security checks
  16. Recheck to ensure that on the Application level (COM+Application), the Activation Type of the entire application is "Library". (If when you right click the Application "NetVIOSEditBox" after selecting its folder package and there is an option to Start or Stop the application, then the Activation type is not set to "Library").

 

ACTIVATING THE OBJECT

This is necessary only for the Standalone installation. If you are using the editbox as part of NetVIOS, the program comes free and is automatically activated.

For the

  1. Obtain the license string for your site from NetVIOS.
  2. Go to the directory in which you installed the editbox working files and access the file "license.asp". If you installed the files in the directory "NetBox" of your web root folder for instance, from a browser you will type:
    http://www.yoursite.com/NetBox/license.asp
  3. Enter the license code you obtained on this page.
  4. Indicate whether your license is a temporary or permanent one.
  5. Press the Submit button and you will be able to begin using the object

 

TROUBLESHOOTING

  1. If you receive an error:

NetVIOSEditBox error '800a0046'

Permission denied

/editboxtest.asp, line 21

This means that your web host has not given the internet user the permission to write to your own web folder.