The deploy folder contains all of the files to place on the CD/DVD. These files are:
-
dwebpro.exeThis file is the main DWebPro application file.
-
aspnet.dllThis file provides the support for ASP.NET, version 1.1.
-
aspnet2.dllThis file provides the support for ASP.NET, version 2.0.
-
http.iniThis file provides the configuration information for DWebPro.
-
license.licThis file is the DWebPro license.
-
mimetypes.txtThis file contains the list of supported MIME types. If you need to support a new MIME, simply insert it into this file.
-
messages.iniThis file contains the messages displayed by DWebPro. Edit this file if you want to add support for a new language.
-
autorun.exeThis file can be renamed and placed in the root folder of the CD/DVD. If the user has the Windows autorun feature disabled, this file reads and executes the instructions contained in the
autorun.inffile. -
myie.exeThis file is the My Internet Explorer executable file. For more information on My IE, refer to the My IE Software (My Internet Explorer) topic.
The folders within the deploy folder are:
-
dlls
This folder is added to the PATH environment variable at runtime, so that the DLLs in this folder can be accessed and executed by the Web server and by third-party scripting engines. All of the DLLs in this folder are available to DWebPro and third-party engines.
-
engine
This folder contains third-party engines.
-
www
This folder is the DWebPro root level and contains all of your Web site files.
-
errordocs
This folders contains the error documents used by the DWebPro main Web server. The supported documents are:
-
403.htm
-
404.htm
-
500.htm
-
500–1.htm
-
Copy your Web site files into the C:\DWebPro\deploy\www folder.
Additionally you can create a text file named autorun.inf and place it into the root folder of the CD/DVD. This file will
launch DWebPro automatically, immediately after the CD/DVD is inserted
in the user's CD/DVD drive. Here is a simple example of the autorun.inf file content:
[autorun] open=dwebpro\dwebpro.exe icon=dwebpro\dwebpro.exe label=DWebPro demo site
In the above example, it is assumed that the DWebPro files have been previously copied to the dwebpro subfolder of the CD/DVD.
For more information on burning and testing your Web site, refer to the following topics:

