What are the essential Web Application files?

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top