DbNetcopy. Cross vendor data copy utility and API  

Installation problems

Installing DbNetSuite on a shared server
How do I go about installing DbNetSuite on a shared server?
Show Answer
Download the DbNetSuite zip archive and upload it to your shared server. Extract the zip archive into a new folder and then create the following seven virtual folders in IIS, making each one an application;

(1) 'dbnetsuite' maps onto the installation folder
(2) 'dbnetgrid' maps onto the DbNetGrid subfolder of the installation folder
(3) 'dbnetedit' maps onto the DbNetEdit subfolder of the installation folder
(4) 'dbnetfile' maps onto the DbNetFile subfolder of the installation folder
(5) 'dbnetcombo' maps onto the DbNetCombo subfolder of the installation folder
(6) 'dbnetlist' maps onto the DbNetList subfolder of the installation folder
(v7) 'dbnetspell' maps onto the DbNetSpell subfolder of the installation folder

Hide Answer


The XML page cannot be displayed
I'm getting the following error:

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

A name was started with an invalid character. Error processing resource 'http://hp_laptop/dbnetsuite/menu.aspx'. Line 1, P...

<%@ Page language="C#" Inherits="DbNetLink.Web.SuiteMenu"%>
-^
Show Answer
This error indicates that ASP.NET is either not installed or has not been registered with IIS.



If you believe ASP.NET is installed then try running



"C:\WINDOWS\Microsoft.NET\Framework\{version}\aspnet_regiis.exe"

Hide Answer