Multiple choice technology web technology

If you want to create an ASP.NET application on a remote server, where will you choose the location?

  1. File System

  2. Local IIS

  3. FTP Site

  4. Remote Site

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The FTP Site location option in Visual Studio enables direct deployment to remote web servers via FTP. This allows you to create and modify ASP.NET applications on a remote server as if working locally, with changes synchronized automatically through the FTP connection.