May 2004
Intermediate to advanced
888 pages
22h 31m
English
In many situations, the deployment of an ASP.NET application is simple enough to use the XCOPY command to move from your development location to the deployment location. However, most applications are complex enough that they require an installation/setup program. Because of the varying complexities of the latter applications, I won’t get into the many ways you can set them up. I will say that tools exist that you can use to simplify the process of creating robust setup applications. One of these is the Windows Installer.
When you create an ASP.NET application in Delphi for .NET, it automatically creates a virtual directory under IIS (if you opt for the IIS Server). The configuration ...
Read now
Unlock full access