Deploying ASP.NET Applications
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.
Simple Deployment Considerations
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 ...
Get Delphi for .NET Developer’s Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.