When you want to deploy your ASP.NET program on IIS, all you need to do is set up an IIS virtual directory on the target machine and copy the application files to it. You can simply copy the application files to the directory structure on the production server, using one of the following tools:
1. The XCOPY command-line tool can copy files from one computer to another on an intranet or internal network.
2. Windows Explorer can copy files from one computer to another on an intranet or internal network.
3. You can use the FTP tool of your choice to copy application files from one computer to another over the Internet.
4. If your application has been developed using Visual Studio .NET, you can use the Copy Project command to copy files from one computer to another on an intranet or internal network.
No comments:
Post a Comment