What are the essential Web Application files?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

An ASP.NET Web application was created in C# and you want to deploy it to a
host server on the Internet. The application was configured with code-behind
pages which are compiled in the build process. What are the essential Web
Application files you should deploy to the host?

A: Copy over the assemblies, .aspx files, the Global.aspx, and the
Web.config file to the host.

B: Copy over the assemblies, .aspx files, the Global.aspx, the Web.config
files, and the .cs files to the host.

c: Copy over only the .csproj file and the .aspx files to the host.

D: You will need to copy over all the files in the project's directory.

Thanks,
Monica

Thanks,
 
Back
Top