DWebPro's support of ASP.NET is provided by an external server
component (aspnet.dll and
aspnet2.dll), which is written in
C#.
ASP.NET is supported only on the following platforms:
-
Microsoft Windows 2000 family (Service Pack 3 recommended)
-
Microsoft Windows XP family
-
Microsoft Windows Server 2003 family
-
Microsoft Windows Vista family
-
Microsoft Windows Longhorn family
Keep in mind that the aspnet.dll
and aspnet2.dll files must be
available in the search path of both the dwebpro.exe and the Web application. To ensure
this, place a copy of the aspnet.dll
and aspnet2.dll files in the
following folders:
-
##DWEBPRO_PATH##
-
##DWEBPRO_DOCUMENTROOT##\bin
For example, if DWebPro is installed in C:\DWebPro and the DWebPro document root is
C:\DWebPro\www, then a copy of the
aspnet.dll and aspnet2.dll files should reside in the following
folders:
-
C:\DWebPro
-
C:\DWebPro\www\bin
Refer to the ASP.NET Server topic and ASP.NET FAQs for additional information on using DWebPro's ASP.NET support.


